We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f337577 commit 315c557Copy full SHA for 315c557
1 file changed
biome.jsonc
@@ -0,0 +1,24 @@
1
+{
2
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
+ "extends": ["ultracite/core"],
4
+ "linter": {
5
+ "rules": {
6
+ "style": {
7
+ "useBlockStatements": "off",
8
+ "useNodejsImportProtocol": "warn",
9
+ "noNonNullAssertion": "warn"
10
+ },
11
+ "suspicious": {
12
+ "useAwait": "warn",
13
+ "noExplicitAny": "warn"
14
15
+ "correctness": {
16
+ "noUnusedVariables": "warn"
17
18
+ "performance": {
19
+ "noBarrelFile": "warn",
20
+ "noNamespaceImport": "warn"
21
+ }
22
23
24
+}
0 commit comments