Releases: mysticatea/eslint-plugin-node
Releases · mysticatea/eslint-plugin-node
v1.3.0
Enhancements:
- c6f1762 The following rules came to ignore the part which preceded by
!
of import path. (fixes #36)
- no-missing-require
- no-missing-import
- no-unpublished-require
- no-unpublished-import
v1.2.2
Bug Fixes:
- f59bfba Schema of
allowModules
option has been fixed as it was too strict.
v1.2.1
This version is trivial.
Just tests for ESLint v1 have been fixed.
v1.2.0
Features:
- 23f6fba
allowModules
option has been added to the following rules. This rule would support platforms which have own additional modules (e.g. electron).
- bdd2c27 Experimental process-exit-as-throw rule has been added. This is an experimentation to solve eslint/eslint#6014
v1.1.0
Features:
- 90fce67
no-unsupported-features
gets to read the engines
field of package.json
when version
was omitted (fixes #29)
- 80b30ab
no-unsupported-features
gets to support Node 6 (fixes #31)
v1.0.0
Breaking Changes:
- 61ba0db Supports of ESLint pre-release versions are dropped.
Bug Fixes:
- 47e0896
shebang
rule had been reporting false positive if there are empty line(s) at the top of a file.
Others:
v0.6.2
Bug Fixes:
- e9ef104 The
no-unpublish-*
rules came to handle the "files"
field of package.json
correctly (#23)
- 3d18409 Pre-release versions of ESLint were added to
peerDependencies
(#24)
v0.6.1
Bug Fixes:
- f603c06 The
no-missing-*
rules came to handle relative paths to a directory correctly. (#21)
v0.6.0
Enhancements:
- 1b7154d The
shebang
rule came to support Unicode BOM (#16).
- 65b5e4e The
no-unsupported-features
came to support grouping values in the "ignore"
option (#18).