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 4170398 commit 0407a9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ repos:
- repo: local
hooks:
- id: prettier
name: Prettier
files: ^frontend/src/
language: node
entry: bash -c "prettier --write"
additional_dependencies: ["[email protected]"]

- id: stylelint
files: ^frontend/src/**/*.{css,vue}
name: Stylelint
files: ^frontend/src/([^/]*/)*\.(css|vue)
language: node
entry: bash -c "stylelint --fix"
additional_dependencies:
Expand Down

0 comments on commit 0407a9d

Please sign in to comment.