Skip to content

v9.0.0

Latest
Compare
Choose a tag to compare
@IanVS IanVS released this 27 May 15:20
· 1 commit to main since this release

What's Changed

This release supports ESLint 9, though flat configs may still not work correctly.

The --ext option of eslint-nibble no longer defaults to .js (though ESLint, and therefore eslint-nibble, will look for .js files by default). This is because in ESLint 9, the option was removed. If you are using a version of ESLint prior to 9, you may need to specify --ext explicitly.

Breaking

  • Change default extensions option to run on all file types by @zpeleg in #117
  • Update eslint peer dependency range by @IanVS in #126

Dependencies

Internal

New Contributors

Full Changelog: v8.1.0...v9.0.0