
Published under: Release Notes
1 min read
We just pushed ESLint v3.11.0, which is a minor release upgrade of ESLint. This release adds a new feature and fixes several bugs found in the previous release.
This is a summary of some of the notable changes in this version of ESLint.
Two new rules were added:
Autofix support was added to two rules:
require-await rule (fixes #6820) (#7435) (Toru Nagashima)operator-assignment (#7517) (Teddy Katz)quotes with \n in template (fixes #7646) (#7647) (Teddy Katz)sort-imports (#7535) (Teddy Katz)no-useless-escape errors (fixes #7643) (#7645) (Teddy Katz)quotes from fixing templates to directives (fixes #7610) (#7617) (Teddy Katz)🌐 Documentation
最新的 ESLint 新闻、案例研究、教程和资源。


