Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@natesilva natesilva released this 03 Nov 16:06
· 24 commits to master since this release

This update brings support for modern versions of ESLint.

  • Native ESLint configuration cascading is now supported. This means you can have multiple, hierarchical rule sets. See [http://eslint.org/docs/user-guide/configuring.html](the ESLint documentation) for more information. (fixes #2)
  • Errors related to an outdated version of ESLint are fixed. (fixes #5)
  • Error reports now include a link to check for a newer version of this bundle.