Skip to content

Commit

Permalink
Fix Biome lints
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 22, 2024
1 parent 9a191ba commit 1a0d006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"correctness": {
"noUnusedImports": "error",
"noUnusedPrivateClassMembers": "error",
"noUnusedVariables": "error"
"noUnusedVariables": "error",
"noUnusedFunctionParameters": "error"
},
"style": { "noNonNullAssertion": "off" },
"nursery": { "noUnusedFunctionParameters": "error" }
"nursery": {}
}
},
"vcs": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/colour-studio/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ details[open] summary {

pre {
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
"Liberation Mono", monospace;
}

.flex {
Expand Down

0 comments on commit 1a0d006

Please sign in to comment.