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
* Rule to enforce consistent newlines before and after dots.
186
186
*
187
187
* @since 0.21.0
188
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/dot-location) in `@stylistic/eslint-plugin-js`.
* Rule to disallow leading or trailing decimal points in numeric literals.
430
431
*
431
432
* @since 0.0.6
433
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/no-floating-decimal) in `@stylistic/eslint-plugin-js`.
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/no-multi-spaces) in `@stylistic/eslint-plugin-js`.
* Rule to require parentheses around immediate `function` invocations.
1087
1090
*
1088
1091
* @since 0.0.9
1092
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/wrap-iife) in `@stylistic/eslint-plugin-js`.
* Rule to require parentheses around arrow function arguments.
53
53
*
54
54
* @since 1.0.0-rc-1
55
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/arrow-parens) in `@stylistic/eslint-plugin-js`.
* Rule to enforce consistent spacing before and after the arrow in arrow functions.
73
74
*
74
75
* @since 1.0.0-rc-1
76
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/arrow-spacing) in `@stylistic/eslint-plugin-js`.
* Rule to enforce consistent spacing around `*` operators in generator functions.
92
94
*
93
95
* @since 0.17.0
96
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/generator-star-spacing) in `@stylistic/eslint-plugin-js`.
* Rule to disallow arrow functions where they could be confused with comparisons.
169
172
*
170
173
* @since 2.0.0-alpha-2
174
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/no-confusing-arrow) in `@stylistic/eslint-plugin-js`.
* Rule to enforce spacing between rest and spread operators and their expressions.
547
551
*
548
552
* @since 2.12.0
553
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/rest-spread-spacing) in `@stylistic/eslint-plugin-js`.
* Rule to require or disallow spacing around embedded expressions of template strings.
596
601
*
597
602
* @since 2.0.0-rc.0
603
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/template-curly-spacing) in `@stylistic/eslint-plugin-js`.
* Rule to require or disallow spacing around the `*` in `yield*` expressions.
604
610
*
605
611
* @since 2.0.0-alpha-1
612
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/yield-star-spacing) in `@stylistic/eslint-plugin-js`.
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/no-extra-parens) in `@stylistic/eslint-plugin-js`.
* Recommended by ESLint, the rule was enabled in `eslint:recommended`.
320
321
*
321
322
* @since 0.0.9
323
+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/no-extra-semi) in `@stylistic/eslint-plugin-js`.
0 commit comments