Skip to content

Commit

Permalink
add biome rules (#1415)
Browse files Browse the repository at this point in the history
* ci: add biome rules

* ci: remove noDelete
  • Loading branch information
dominik-stumpf authored Jul 29, 2024
1 parent 2d35c26 commit 7872179
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"noUndeclaredVariables": "off",
"noUnreachable": "off",
"noUnreachableSuper": "off",
"noUnusedImports": "error"
"noUnusedImports": "error",
"useExhaustiveDependencies": "warn"
},
"style": {
"noInferrableTypes": "error",
Expand All @@ -51,7 +52,7 @@
"noArguments": "error",
"noVar": "error",
"useConst": "error",
"noDefaultExport": "warn"
"noDefaultExport": "info"
},
"suspicious": {
"noExplicitAny": "info",
Expand All @@ -73,7 +74,8 @@
},
"nursery": {
"useSortedClasses": "info"
}
},
"performance": { "noBarrelFile": "warn" }
}
},
"javascript": {
Expand Down

0 comments on commit 7872179

Please sign in to comment.