feat!: upgrade to eslint 9, update configs

BREAKING CHANGE: this changes the configuration format,
also adds support for module, and commonjs types
This commit is contained in:
Ismo Vuorinen
2024-08-21 17:44:50 +03:00
parent 93ea840406
commit ad9ed820d6
15 changed files with 125 additions and 44 deletions

2
eslint.config.mjs Normal file
View File

@@ -0,0 +1,2 @@
import config from './packages/eslint-config/wrapper.mjs'
export default config