Skip to content

Commit

Permalink
[squashme] wip
Browse files Browse the repository at this point in the history
  • Loading branch information
auguste-probabl committed Sep 18, 2024
1 parent d7f90f1 commit 3b942ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ repos:
# use & install stylelint using additional_dependencies
# clean package.json

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.57.0
hooks:
- id: eslint
files: ^frontend/
args:
- .
- --ext
- .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts
- --fix
- --ignore-path
- .gitignore
additional_dependencies:
- '@rushstack/[email protected]'


- repo: local
hooks:
- id: eslint
Expand Down

0 comments on commit 3b942ee

Please sign in to comment.