Skip to content

Commit bc65b47

Browse files
committed
Enable stricter Biome style rules
1 parent 8e16c0f commit bc65b47

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

biome.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@
7272
},
7373
"suspicious": {
7474
"noConsole": "warn"
75+
},
76+
"style": {
77+
"noCommonJs": "error",
78+
"useBlockStatements": "error",
79+
"useImportType": {
80+
"level": "error",
81+
"options": {
82+
"style": "separatedType"
83+
}
84+
}
7585
}
7686
}
7787
},

0 commit comments

Comments
 (0)