Skip to content

Commit 3c50a5e

Browse files
committed
Fixed pre-commit eslint configuration
1 parent 506e273 commit 3c50a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
rev: 'v9.28.0'
2323
hooks:
2424
- id: eslint
25-
args: ['--fix', '--config', 'frontend/eslint-precommit.config.mjs', '--no-warn-ignored', 'frontend/']
25+
args: ['--fix', '--config', './frontend/eslint-precommit.config.mjs', '--no-warn-ignored', './frontend/']
2626
additional_dependencies:
2727
- eslint@9.28.0
2828
- eslint-config-prettier@10.1.5

0 commit comments

Comments
 (0)