File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments