
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.
🌐 Configuration Files
.eslintrc files.:after in node selectors to be :exit instead🌐 Rules
unnecessary-strict rule was renamed to no-extra-strictregex-spaces rule was renamed to no-regex-spacesno-new-array rule was renamed to no-array-constructorno-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-strictregex-spaces rule was renamed to no-regex-spacesno-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)最新的 ESLint 新闻、案例研究、教程和资源。


