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 b586810 commit 9c63378Copy full SHA for 9c63378
biome.json
@@ -1,21 +1,19 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
3
"vcs": {
4
"enabled": true,
5
"clientKind": "git",
6
"useIgnoreFile": true
7
},
8
"files": {
9
"ignoreUnknown": false,
10
- "ignore": ["__fixtures__", "package.json", "package-lock.json"]
+ "includes": ["!__fixtures__", "!package.json", "!package-lock.json"]
11
12
"formatter": {
13
14
"indentStyle": "tab"
15
16
- "organizeImports": {
17
- "enabled": true
18
- },
+ "assist": { "actions": { "source": { "organizeImports": "on" } } },
19
"linter": {
20
21
"rules": {
0 commit comments