Skip to content

Commit 522d8a3

Browse files
authored
docs: add deprecation on indent, quotes and semi rule types (#19090)
1 parent 6b75683 commit 522d8a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/types/rules/stylistic-issues.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ export interface StylisticIssues extends Linter.RulesRecord {
493493
* Rule to enforce consistent indentation.
494494
*
495495
* @since 0.14.0
496+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/indent) in `@stylistic/eslint-plugin-js`.
496497
* @see https://eslint.org/docs/rules/indent
497498
*/
498499
indent: Linter.RuleEntry<
@@ -1746,6 +1747,7 @@ export interface StylisticIssues extends Linter.RulesRecord {
17461747
* Rule to enforce the consistent use of either backticks, double, or single quotes.
17471748
*
17481749
* @since 0.0.7
1750+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/quotes) in `@stylistic/eslint-plugin-js`.
17491751
* @see https://eslint.org/docs/rules/quotes
17501752
*/
17511753
quotes: Linter.RuleEntry<
@@ -1768,6 +1770,7 @@ export interface StylisticIssues extends Linter.RulesRecord {
17681770
* Rule to require or disallow semicolons instead of ASI.
17691771
*
17701772
* @since 0.0.6
1773+
* @deprecated since 8.53.0, please use the [corresponding rule](https://eslint.style/rules/js/semi) in `@stylistic/eslint-plugin-js`.
17711774
* @see https://eslint.org/docs/rules/semi
17721775
*/
17731776
semi:

0 commit comments

Comments
 (0)