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: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ Example ESLint configuration:
275
275
}
276
276
```
277
277
278
-
### [lines-around-comment]
278
+
### [lines-around-comment]\(deprecated)
279
279
280
280
(The following applies to [@typescript-eslint/lines-around-comment] as well.)
281
281
@@ -334,7 +334,7 @@ Example ESLint configuration:
334
334
}
335
335
```
336
336
337
-
### [max-len]
337
+
### [max-len]\(deprecated)
338
338
339
339
(The following applies to [vue/max-len] as well.)
340
340
@@ -357,7 +357,7 @@ Example ESLint configuration:
357
357
}
358
358
```
359
359
360
-
### [no-confusing-arrow]
360
+
### [no-confusing-arrow]\(deprecated)
361
361
362
362
**This rule requires certain options.**
363
363
@@ -407,7 +407,7 @@ Example ESLint configuration:
407
407
408
408
(Note: The CLI helper tool considers `{allowParens: true}` to be the default, which is the case since ESLint 6.0.0. The tool will produce a warning if you use the default even if you use an older version of ESLint. It doesn’t hurt to explicitly set `{allowParens: false}` even though it is technically redundant. This way you are prepared for a future ESLint upgrade and the CLI tool can be kept simple.)
409
409
410
-
### [no-mixed-operators]
410
+
### [no-mixed-operators]\(deprecated)
411
411
412
412
**This rule requires special attention when writing code.**
413
413
@@ -460,7 +460,7 @@ Example ESLint configuration:
460
460
}
461
461
```
462
462
463
-
### [no-tabs]
463
+
### [no-tabs]\(deprecated)
464
464
465
465
**This rule requires certain options.**
466
466
@@ -546,7 +546,7 @@ Example configuration:
546
546
}
547
547
```
548
548
549
-
### [quotes]
549
+
### [quotes]\(deprecated)
550
550
551
551
(The following applies to [babel/quotes] and [@typescript-eslint/quotes] as well.)
0 commit comments