diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2573c627eb..369f370c73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,10 +21,11 @@ repos: rev: v3.1.0 hooks: - id: prettier - - repo: local - hooks: - - id: eslint - name: eslint - entry: npm run lint:staged -- - language: node - files: \.js$|\.jsx$|\.ts$|\.tsx$ + # TODO: restore in https://github.com/pixiebrix/pixiebrix-extension/issues/9441 + # - repo: local + # hooks: + # - id: eslint + # name: eslint + # entry: npm run lint:staged -- + # language: node + # files: \.js$|\.jsx$|\.ts$|\.tsx$