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
+23-3
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ Example ESLint configuration:
277
277
278
278
### [lines-around-comment]\(deprecated)
279
279
280
-
(The following applies to [@typescript-eslint/lines-around-comment] as well.)
280
+
(The following applies to [@stylistic/lines-around-comment], [@stylistic/js/lines-around-comment], [@stylistic/ts/lines-around-comment], and [@typescript-eslint/lines-around-comment] as well.)
281
281
282
282
**This rule can be used with certain options.**
283
283
@@ -336,7 +336,7 @@ Example ESLint configuration:
336
336
337
337
### [max-len]\(deprecated)
338
338
339
-
(The following applies to [vue/max-len] as well.)
339
+
(The following applies to [@stylistic/max-len], [@stylistic/js/max-len], and [vue/max-len] as well.)
340
340
341
341
**This rule requires special attention when writing code.**
342
342
@@ -359,6 +359,8 @@ Example ESLint configuration:
359
359
360
360
### [no-confusing-arrow]\(deprecated)
361
361
362
+
(The following applies to [@stylistic/no-confusing-arrow] and [@stylistic/js/no-confusing-arrow] as well.)
363
+
362
364
**This rule requires certain options.**
363
365
364
366
For example, the rule could warn about this line:
@@ -409,6 +411,8 @@ Example ESLint configuration:
409
411
410
412
### [no-mixed-operators]\(deprecated)
411
413
414
+
(The following applies to [@stylistic/no-mixed-operators] and [@stylistic/js/no-mixed-operators] as well.)
415
+
412
416
**This rule requires special attention when writing code.**
413
417
414
418
This rule forbids mixing certain operators, such as `&&` and `||`.
@@ -462,6 +466,8 @@ Example ESLint configuration:
462
466
463
467
### [no-tabs]\(deprecated)
464
468
469
+
(The following applies to [@stylistic/no-tabs] and [@stylistic/js/no-tabs] as well.)
470
+
465
471
**This rule requires certain options.**
466
472
467
473
This rule disallows the use of tab characters. By default the rule forbids _all_ tab characters. That can be used just fine with Prettier as long as you don’t configure Prettier to indent using tabs.
@@ -548,7 +554,7 @@ Example configuration:
548
554
549
555
### [quotes]\(deprecated)
550
556
551
-
(The following applies to [babel/quotes] and [@typescript-eslint/quotes] as well.)
557
+
(The following applies to [babel/quotes], [@stylistic/quotes], [@stylistic/js/quotes], [@stylistic/ts/quotes], and [@typescript-eslint/quotes] as well.)
552
558
553
559
**This rule requires certain options and certain Prettier options.**
554
560
@@ -853,6 +859,20 @@ When you’re done, run `npm test` to verify that you got it all right. It runs
0 commit comments