Skip to content

Commit a3ede8d

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@ 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
2929
- eslint-plugin-i18n@2.4.0
3030
- eslint-plugin-prettier@5.4.1
3131
- eslint-plugin-simple-import-sort@12.1.1
32+
- '@eslint/eslintrc@3.3.1'
33+
- '@eslint/js@9.28.0'
3234
- '@typescript-eslint/eslint-plugin@8.33.1'
3335
- '@typescript-eslint/parser@8.33.1'

0 commit comments

Comments
 (0)