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 4f7a513 commit 4018b70Copy full SHA for 4018b70
biome.json
@@ -9,6 +9,7 @@
9
"**/test/**",
10
"**/tasks/**",
11
"**/devtools/**",
12
+ "**/topojson/**",
13
"!**/test/plot-schema.json",
14
"!**/dist",
15
"!**/stackgl_modules",
@@ -88,17 +89,7 @@
88
89
"noVar": "off",
90
"noConsole": { "level": "off", "options": { "allow": ["log"] } }
91
}
- },
92
- "includes": [
93
- "**",
94
- "!**/stackgl_modules",
95
- "!**/node_modules",
96
- "!**/dist",
97
- "!**/build",
98
- "!**/tasks/test_amdefine.js",
99
- "!**/tasks/test_requirejs.js",
100
- "!**/test/jasmine/assets/jquery-1.8.3.min.js"
101
- ]
+ }
102
},
103
"javascript": {
104
"globals": [
0 commit comments