Markus Heiser
|
766823a64b
|
[fix] eslint: migrate JSON config to flat-config (.eslintrc.json -> eslint.config.js)
In ESLint v9.0.0, ``eslint.config.js`` is the new default configuration
format. The previous format, ``eslintrc``, is now deprecated and will not
automatically be searched for. [1]
This migration was done with the help of the "Configuration Migration Guide" [2]
[1] https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config
[2] https://eslint.org/docs/latest/use/configure/migration-guide
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
2024-05-15 18:47:17 +02:00 |