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 f42e5db commit 51f60d7Copy full SHA for 51f60d7
biome.json
@@ -4,7 +4,8 @@
4
"enabled": true,
5
"ignore": [
6
"frontend/javascripts/test/*",
7
- "frontend/javascripts/viewer/model/helpers/shader_editor.ts"
+ "frontend/javascripts/viewer/model/helpers/shader_editor.ts",
8
+ "**/__snapshots__/**"
9
]
10
},
11
"linter": {
@@ -19,7 +20,8 @@
19
20
"libs/parse_stl_buffer.ts",
21
"libs/trackball_controls.ts",
22
"*.d.ts",
- "frontend/javascripts/test/snapshots/*"
23
+ "frontend/javascripts/test/snapshots/*",
24
25
],
26
"rules": {
27
"recommended": true,
@@ -95,7 +97,8 @@
95
97
"libs/BufferGeometryUtils.ts",
96
98
99
- "*.d.ts"
100
+ "*.d.ts",
101
102
103
104
"overrides": [
0 commit comments