Skip to content

Commit

Permalink
add more rules
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Nov 21, 2024
1 parent cb84d16 commit 45bb65a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,23 @@
"linter": {
"rules": {
"style": {
"useImportType": "error"
"useImportType": "error",
"useNodeAssertStrict": "error",
"useNodejsImportProtocol": "error"
},
"suspicious": {
"noExplicitAny": "error",
"noEmptyBlock": "error",
"noDuplicateAtImportRules": "error",
"noDuplicateObjectKeys": "error"
},
"correctness": {
"noUnusedVariables": "error",
"useArrayLiterals": "off",
"noUnknownFunction": "error"
},
"nursery": {
"noEnum": "error"
}
}
},
Expand Down

0 comments on commit 45bb65a

Please sign in to comment.