
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.
.eslintignore
filesunnecessary-strict
rule was renamed to no-extra-strict
no-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 fixedThe complete list of breaking changes are as follows:
unnecessary-strict
rule was renamed to no-extra-strict
The following is the complete list of changes in this version:
The latest ESLint news, case studies, tutorials, and resources.