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: docs/rules/script-indent.md
+1
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ This rule only checks `.vue` files and does not interfere with other `.js` files
115
115
116
116
-[indent](https://eslint.org/docs/rules/indent)
117
117
-[vue/html-indent](./html-indent.md)
118
+
-[@typescript-eslint/indent](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/indent.md). The `vue/script-indent` rule does not understand TypeScript AST. Please use `@typescript-eslint/indent` rule instead of this one inside of `<script lang="ts"`
0 commit comments