Skip to content

Commit fbfa07b

Browse files
authored
chore: force .js extension in Biome linter
1 parent 129c24f commit fbfa07b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

biome.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@
4646
"includes": ["**", "!**/.cache", "!**/dist/**", "!**/*.json", "!**/node_modules/**"],
4747
"rules": {
4848
"correctness": {
49-
"useImportExtensions": "error"
49+
"useImportExtensions": {
50+
"options": {
51+
"forceJsExtensions": true
52+
}
53+
}
5054
},
5155
"recommended": true,
5256
"complexity": {

0 commit comments

Comments
 (0)