
Published under: Release Notes
1 min read
We just pushed ESLint 0.6.0, which is a significant release with new features, new rules, and of course, some bug fixes.
.eslintignore. This was deprecated in 0.5.1 and will be removed in 0.7.0. Please change your .eslintignore files to the new plain-text format. See #761.🌐 Rules
vars option of no-unused-vars was changed to “all”. This addresses the issue where some were unexpectedly seeing unused global variables missed. (#760)🌐 Configuration
--rule flag to specify rules on the command line. (#692)--force to force ESLint to lint ignored files. Also, you’ll now get a warning when ESLint is ignoring files that are explicitly passed on the command line.🌐 Documentation
The following is the complete list of changes in this version:
space-after-keywords rule (fixes #807) (Nick Fisher)最新的 ESLint 新闻、案例研究、教程和资源。


