
Published under: Release Notes
1 min read
We just pushed ESLint 0.4.0, which is a significant release due to the number of bug fixes and significant changes included.
.eslintrc
files.:after
in node selectors to be :exit
insteadunnecessary-strict
rule was renamed to no-extra-strict
regex-spaces
rule was renamed to no-regex-spaces
no-new-array
rule was renamed to no-array-constructor
no-unused-vars
that would incorrectly flag unused parameters in the case of nested functions - this was fixedno-cond-assign
that could result in an error being thrown - this was fixedThe complete list of breaking changes are as follows:
unnecessary-strict
rule was renamed to no-extra-strict
regex-spaces
rule was renamed to no-regex-spaces
no-new-array
rule was renamed to no-array-constructor
:after
in node selectors to be :exit
insteadThe following is the complete list of changes in this version:
npm run profile
. (Chris Dickinson)The latest ESLint news, case studies, tutorials, and resources.