Skip to content

Commit 4018b70

Browse files
committed
Update Biome config to include topojson files, remove redundant code
1 parent 4f7a513 commit 4018b70

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

biome.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"**/test/**",
1010
"**/tasks/**",
1111
"**/devtools/**",
12+
"**/topojson/**",
1213
"!**/test/plot-schema.json",
1314
"!**/dist",
1415
"!**/stackgl_modules",
@@ -88,17 +89,7 @@
8889
"noVar": "off",
8990
"noConsole": { "level": "off", "options": { "allow": ["log"] } }
9091
}
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-
]
92+
}
10293
},
10394
"javascript": {
10495
"globals": [

0 commit comments

Comments
 (0)