We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506e273 commit 3c50a5eCopy full SHA for 3c50a5e
1 file changed
.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
22
rev: 'v9.28.0'
23
hooks:
24
- id: eslint
25
- args: ['--fix', '--config', 'frontend/eslint-precommit.config.mjs', '--no-warn-ignored', 'frontend/']
+ args: ['--fix', '--config', './frontend/eslint-precommit.config.mjs', '--no-warn-ignored', './frontend/']
26
additional_dependencies:
27
- eslint@9.28.0
28
- eslint-config-prettier@10.1.5
0 commit comments