Commit Graph

2 Commits

Author SHA1 Message Date
Ismo Vuorinen
6d6f4582dd feat!: ESLint 9 Fixes (#307)
* chore: update postinstall scripts
* chore(lint): eslint automated fixes
* feat!: drop standard, sonarjs to work with eslint9

- This config allows arrow functions.

BREAKING CHANGES:

- Switches to eslint-config-eslint from eslint-config-standard.
- Also drops eslint-plugins-sonarjs because it doesn't work well
  with eslint9, and wants eslint8 and related plugins.
- Switches from eslint-plugin-prettier to eslint-config-prettier.
2024-11-25 03:35:13 +02:00
Ismo Vuorinen
ad9ed820d6 feat!: upgrade to eslint 9, update configs
BREAKING CHANGE: this changes the configuration format,
also adds support for module, and commonjs types
2024-08-21 17:44:50 +03:00