Skip to content

Commit

Permalink
update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
naomatheus committed Aug 17, 2023
1 parent d10e8d7 commit d419552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ repos:
entry: ./node_modules/.bin/eslint
language: script
types: [javascript]
args: ["--ignore-path .gitignore /\"**/*.{js,jsx}\"", "--fix"]
args: ["--ignore-path .gitignore /\"**/*.{js,jsx}\" , --fix"]
pass_filenames: true
always_run: false

0 comments on commit d419552

Please sign in to comment.