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: docs/rules/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,8 +235,8 @@ There are multiple configs that enable all rules in this category: `plugin:es-x/
235
235
236
236
## Legacy
237
237
238
-
Rules in this category disallow the syntax contained in [Annex B](https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html) or Legacy.
239
-
The rules are not included in any preset.
238
+
Rules in this category disallow the syntax contained in [Annex B](https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html) or Legacy. \
239
+
Rules in this category are not included in any preset.
comment: `Rules in this category disallow the syntax contained in [Annex B](https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html) or Legacy.
49
-
The rules are not included in any preset.`,
94
+
comment:
95
+
"Rules in this category disallow the syntax contained in [Annex B](https://tc39.es/ecma262/multipage/additional-ecmascript-features-for-web-browsers.html) or Legacy.",
50
96
rules: [],
51
97
}
52
98
categories.uncategorized={
53
99
id: "uncategorized",
54
100
title: "Uncategorized",
55
-
ignorePreset: true,
56
-
comment: "Rules in this category are not included in any preset.",
0 commit comments