We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e9751 commit 8d13578Copy full SHA for 8d13578
.vscode/settings.json
@@ -1,8 +1,6 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "quickfix.biome": "explicit",
4
- "source.organizeImports": "never",
5
- "source.organizeImports.biome": "explicit"
+ "source.fixAll.biome": "explicit"
6
},
7
"[typescript]": {
8
"editor.defaultFormatter": "biomejs.biome"
biome.json
@@ -9,7 +9,7 @@
9
"ignoreUnknown": false,
10
"includes": [
11
"**",
12
- "!**/node_modules/**",
+ "!**/node_modules",
13
"!**/.temp",
14
"!**/dist",
15
"!**/test-data"
0 commit comments