Skip to content

Commit

Permalink
lint css files
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 52f7a0bdc5bc6bacbc2a6a526a23eb05629b3993
  • Loading branch information
f authored and actions-user committed Oct 2, 2024
1 parent 60aa2a5 commit fe9b127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"suspicious": {
"noExplicitAny": "warn",
"noArrayIndexKey": "warn",
"noConfusingLabels": "warn"
"noConfusingLabels": "warn",
"noEmptyBlock": "warn"
},
"nursery": {
// https://github.com/biomejs/biome/issues/1274
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"packageManager": "[email protected]",
"//lint-staged": "Able to not pass files as args https://github.com/lint-staged/lint-staged/issues/174#issuecomment-437468837",
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc,css}": [
"biome check --write --no-errors-on-unmatched"
],
"**/*.ts?(x)": ["bun --filter '*' check && :"]
Expand Down

0 comments on commit fe9b127

Please sign in to comment.