Skip to content

Commit

Permalink
chore: drop stylelint
Browse files Browse the repository at this point in the history
We also use biome so avoid duplication.
  • Loading branch information
nijel committed Feb 7, 2025
1 parent 8ee2206 commit 5103b03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ repos:
rev: v3.10.0-2
hooks:
- id: shfmt
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: 0.0.2
hooks:
- id: stylelint
args: [--formatter=compact]
additional_dependencies:
- [email protected]
- repo: https://github.com/fsfe/reuse-tool
rev: v5.0.2
hooks:
Expand Down
9 changes: 1 addition & 8 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}
},
"formatter": {
"enabled": true,
"indentStyle": "space"
},
"javascript": {
Expand Down Expand Up @@ -45,13 +46,5 @@
"formatter": {
"enabled": false
}
},
"css": {
"linter": {
"enabled": true
},
"formatter": {
"enabled": true
}
}
}

0 comments on commit 5103b03

Please sign in to comment.