Member-only story
ESLint v9.0.0 is officially released, bringing significant updates and disruptive changes!
ESLint v9.0.0 is officially released, bringing significant updates and disruptive changes!
Follow the official account below to get more hot information
Today is the 212th day of daily updates. If this article is helpful to you, remember to click follow, like, and watch to support me. Add lazy friends at the end of the article to learn and communicate together
。
ESLint is a plug-in code detection tool that can statically analyze code and quickly discover issues. It can be built into most text editors, and developers can run ESLint as part of DevOps. Below is a review of the main features of recent releases.
- V7.0.0 — Drop support for Node.js 8 to improve developer experience.
- V8.50.0 — Deprecated the
no-new-object
rule and replaced it with a newno-object-constructor
rule. - V8.56.0 — Support custom severity when reporting unused disabled commands.
- V8.0.0 — The default parser and all core rules fully support public and private methods and private fields…