We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177c063 commit 3854b4bCopy full SHA for 3854b4b
1 file changed
biome.jsonc
@@ -48,21 +48,6 @@
48
}
49
},
50
"overrides": [
51
- // {
52
- // // TODO: check later
53
- // // noUnresolvedImports not working properly, flags stuff from node_modules as unresolved
54
- // // useExplicitType breaking type inference
55
- // "includes": ["**/*"],
56
- // "linter": {
57
- // "rules": {
58
- // "nursery": {
59
- // "noUnresolvedImports": "off",
60
- // "useExplicitType": "off"
61
- // }
62
63
64
- // },
65
-
66
{
67
// test files, config files, and some scripts
68
// export defaults from them, and also import from node
0 commit comments