Skip to content

Commit

Permalink
upgrade dev deps, switch to flat ESLint 9+ format
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jun 25, 2024
1 parent a597ba1 commit 0fe0641
Show file tree
Hide file tree
Showing 9 changed files with 482 additions and 208 deletions.
1 change: 1 addition & 0 deletions debug/viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ canvas.ondrop = function (e) {

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

Expand Down
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from 'eslint-config-mourner';

export default config;
Loading

0 comments on commit 0fe0641

Please sign in to comment.