Skip to content

Commit 0fe0641

Browse files
committed
upgrade dev deps, switch to flat ESLint 9+ format
1 parent a597ba1 commit 0fe0641

9 files changed

+482
-208
lines changed

debug/viz.js

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ canvas.ondrop = function (e) {
6161

6262
if (data.type === 'Topology') {
6363
const firstKey = Object.keys(data.objects)[0];
64+
/* global topojson: false */
6465
data = topojson.feature(data, data.objects[firstKey]);
6566
}
6667

eslint.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import config from 'eslint-config-mourner';
2+
3+
export default config;

0 commit comments

Comments
 (0)