We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee2206 commit 5103b03Copy full SHA for 5103b03
.pre-commit-config.yaml
@@ -62,13 +62,6 @@ repos:
62
rev: v3.10.0-2
63
hooks:
64
- id: shfmt
65
-- repo: https://github.com/awebdeveloper/pre-commit-stylelint
66
- rev: 0.0.2
67
- hooks:
68
- - id: stylelint
69
- args: [--formatter=compact]
70
- additional_dependencies:
71
- - [email protected]
72
- repo: https://github.com/fsfe/reuse-tool
73
rev: v5.0.2
74
biome.json
@@ -16,6 +16,7 @@
16
}
17
},
18
"formatter": {
19
+ "enabled": true,
20
"indentStyle": "space"
21
22
"javascript": {
@@ -45,13 +46,5 @@
45
46
47
"enabled": false
48
- },
49
- "css": {
50
- "linter": {
51
- "enabled": true
52
53
- "formatter": {
54
55
- }
56
57
0 commit comments