
Published under: Release Notes
1 min read
We just pushed ESLint 0.3.0, which is a significant release due to the number of bug fixes and significant changes included.
🌐 Configuration Files
.eslintignore files🌐 Formatters
🌐 Rules
unnecessary-strict rule was renamed to no-extra-strictno-empty now disallows empty catch blocks when a finally block is presentno-unused-vars was incorrectly reporting function expressions weren’t used when method calls were made on them - this was fixedbrace-style was incorrectly reporting a violation when an if statement conditional spanned multiple lines - this was fixed🌐 Documentation
The complete list of breaking changes are as follows:
unnecessary-strict rule was renamed to no-extra-strictThe following is the complete list of changes in this version:
最新的 ESLint 新闻、案例研究、教程和资源。


