Skip to content

Commit 6620cbf

Browse files
committed
Updates to work with ESLint 9
1 parent f6a78d3 commit 6620cbf

File tree

5 files changed

+398
-619
lines changed

5 files changed

+398
-619
lines changed

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import openlayers from 'eslint-config-openlayers';
2+
3+
/**
4+
* @type {Array<import("eslint").Linter.Config>}
5+
*/
6+
export default [...openlayers];

0 commit comments

Comments
 (0)