ESLint v10.1.0 introduces API support for the bulk suppressions feature that was previously only available in the CLI.
ESLint API consumers, such as IDEs, can now pass the applySuppressions: true option to the ESLint con...
Subscribe to ESLint Blog’s news feed.
Click on “Follow” and decide if you want to get news from ESLint Blog via RSS, as email newsletter, via mobile or on your personal news page.
Subscription to ESLint Blog comes without risk as you can unsubscribe instantly at any time.
You can also filter the feed to your needs via topics and keywords so that you only receive the news from ESLint Blog which you are really interested in. Click on the blue “Filter” button below to get started.
Title: ESLint Blog
Is this your feed? Claim it!
ESLint v10.1.0 introduces API support for the bulk suppressions feature that was previously only available in the CLI.
ESLint API consumers, such as IDEs, can now pass the applySuppressions: true option to the ESLint con...
This release sets the minimatch dependency version used in ESLint to ^10.2.4. This change avoids a bug in a previous minimatch release that could cause ESLint to not recognize certain files.
Bug FixesThis release sets the minimatch dependency version used in ESLint to ^3.1.5. This change avoids a bug in a previous minimatch release that could cause ESLint to not recognize certain files. A transitive dependency on minimatch was also updated to ^3.1.5 to include a fi...