You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/eslint/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,13 +155,14 @@ ESLint follows [semantic versioning](http://semver.org). However, due to the nat
155
155
* Minor release (might break your lint build)
156
156
* A bug fix in a rule that results in ESLint reporting more errors.
157
157
* A new rule is created.
158
-
* A new option to an existing rule is created.
158
+
* A new option to an existing rule that does not result in ESLint reporting more errors by default.
159
159
* An existing rule is deprecated.
160
160
* A new CLI capability is created.
161
161
* New capabilities to the public API are added (new classes, new methods, new arguments to existing methods, etc.).
162
162
* A new formatter is created.
163
163
* Major release (likely to break your lint build)
164
164
*`eslint:recommended` is updated.
165
+
* A new option to an existing rule that results in ESLint reporting more errors by default.
165
166
* An existing rule is removed.
166
167
* An existing formatter is removed.
167
168
* Part of the public API is removed or changed in an incompatible way.
0 commit comments