Skip to content

Commit

Permalink
Updates to work with ESLint 9
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 9, 2024
1 parent f6a78d3 commit 6620cbf
Show file tree
Hide file tree
Showing 5 changed files with 398 additions and 619 deletions.
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import openlayers from 'eslint-config-openlayers';

/**
* @type {Array<import("eslint").Linter.Config>}
*/
export default [...openlayers];
Loading

0 comments on commit 6620cbf

Please sign in to comment.