Support for a new type of ESLint configuration fileCopy heading link ESLint 8.21.0 introduced a new type of configuration file,eslint.config.js. We’ve added support for ESLint flat configuration files, so they are now detected and ESLint is executed without the--configflag. Support for new...
eslint.config.js, eslint.config.mjs, or eslint.config.cjs (flat format), learn more from the ESLint official website. You can also use configuration files written in TypeScript, such as, eslint.config.ts, eslint.config.mts, or eslint.config.cts. To do that, you need to specify th...
eslint.config.js, eslint.config.mjs, or eslint.config.cjs (flat format), learn more from the ESLint official website. You can also use configuration files written in TypeScript, such as, eslint.config.ts, eslint.config.mts, or eslint.config.cts. To do that, you need to specify th...
We’ve fixed the issue causing WebStorm to throw an error after updating to ESLint 8.56.0 while using a flat config file (eslint.config.js) and the ESLint plugin (WEB-64696). We’ve fixed the regression causing WebStorm not to include anything inside thedefaultexport in the Vue componen...