Skip to content

Commit fe9b127

Browse files
factions-user
f
authored andcommitted
lint css files
GitOrigin-RevId: 52f7a0bdc5bc6bacbc2a6a526a23eb05629b3993
1 parent 60aa2a5 commit fe9b127

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

biome.jsonc

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"suspicious": {
2020
"noExplicitAny": "warn",
2121
"noArrayIndexKey": "warn",
22-
"noConfusingLabels": "warn"
22+
"noConfusingLabels": "warn",
23+
"noEmptyBlock": "warn"
2324
},
2425
"nursery": {
2526
// https://github.com/biomejs/biome/issues/1274

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"packageManager": "[email protected]",
2525
"//lint-staged": "Able to not pass files as args https://github.com/lint-staged/lint-staged/issues/174#issuecomment-437468837",
2626
"lint-staged": {
27-
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
27+
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,css}": [
2828
"biome check --write --no-errors-on-unmatched"
2929
],
3030
"**/*.ts?(x)": ["bun --filter '*' check && :"]

0 commit comments

Comments
 (0)