Skip to content

Commit 4429e7a

Browse files
authored
fix: lint failures on extension names (#70)
1 parent 910b09a commit 4429e7a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,12 @@
7474
"correctness": {
7575
"noUnusedVariables": "warn",
7676
"noInvalidBuiltinInstantiation": "error",
77-
"useImportExtensions": "error"
77+
"useImportExtensions": {
78+
"level": "error",
79+
"options": {
80+
"forceJsExtensions": true
81+
}
82+
}
7883
},
7984
"style": {
8085
"noNamespace": "error",

0 commit comments

Comments
 (0)