Skip to content

Commit 050f4b5

Browse files
committed
adjust biome config to test mocks and json files
1 parent 77e58b5 commit 050f4b5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

biome.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
33
"organizeImports": { "enabled": true },
44
"files": {
5-
"include": ["src", "lib", "test", "tasks", "build", "devtools"],
5+
"maxSize": 10000000,
6+
"include": [
7+
"src",
8+
"lib",
9+
"test",
10+
"tasks",
11+
"devtools"
12+
],
613
"ignore": [
714
"test/plot-schema.json",
8-
"test/image/mocks",
915
"dist",
1016
"stackgl_modules",
1117
"node_modules",
@@ -110,5 +116,17 @@
110116
"Int8Array",
111117
"Uint32Array"
112118
]
119+
},
120+
"json": {
121+
"linter": {
122+
"enabled": true
123+
},
124+
"formatter": {
125+
"enabled": true,
126+
"indentStyle": "space",
127+
"indentWidth": 1,
128+
"lineEnding": "lf",
129+
"lineWidth": 80
130+
}
113131
}
114132
}

0 commit comments

Comments
 (0)