Skip to content

Commit

Permalink
Disable linting pre commit hook (#9440)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford authored Nov 8, 2024
1 parent cf18c24 commit a4aeeb1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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$

0 comments on commit a4aeeb1

Please sign in to comment.