Skip to content

Commit

Permalink
Add pre-commit conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Dec 20, 2024
1 parent 2f6bece commit 1913448
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
@@ -0,0 +1,16 @@
repos:
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: "0.0.2"
hooks:
- id: stylelint
files: assets/sass/.*\.scss$
additional_dependencies:
- "stylelint@16.12.0"
- "stylelint-config-standard-scss@13.1.0"
- repo: https://github.com/biomejs/pre-commit
rev: "v0.6.1"
hooks:
- id: biome-check
files: assets/js/.*\.js$
additional_dependencies:
- "@biomejs/biome@1.9.4"

0 comments on commit 1913448

Please # to comment.