LOTP
eslint
References
Eslint’s uses a JavaScript configuration file.
In recent Eslint versions, it will load any of the following configuration files in the following order depending on the package.json module type:
eslint.config.js
eslint.config.mjs
eslint.config.cjs
In Eslint <9.0.0, it will load the first found configuration file in the following order:
.eslintrc.js
.eslintrc.cjs
.eslintrc.yaml
.eslintrc.yml
.eslintrc.json
package.json