Skip to content

Commit

Permalink
Typescript doc for vue/html-indent (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
akoidan authored and ota-meshi committed Nov 19, 2019
1 parent fc7afd7 commit e8f130c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules/script-indent.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ This rule only checks `.vue` files and does not interfere with other `.js` files

- [indent](https://eslint.org/docs/rules/indent)
- [vue/html-indent](./html-indent.md)
- [@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"`

## :mag: Implementation

Expand Down

0 comments on commit e8f130c

Please sign in to comment.