Skip to content

Commit 5f7f5fc

Browse files
committed
Docs: update README.md for known limitations.
1 parent 5e927d2 commit 5f7f5fc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,15 @@ For example:
6969

7070
## :warning: Known Limitations
7171

72-
- [no-trailing-spaces](http://eslint.org/docs/rules/no-trailing-spaces) rule is warning lines outside of `<script>` tags as well.
73-
- Rules which are using the source code text instead of AST might be confused.
72+
- Those rules are warning code due to the outside of `<script>` tags.
73+
Please disable those rules for `.vue` files as necessary.
74+
- [eol-last](http://eslint.org/docs/rules/eol-last)
75+
- [linebreak-style](http://eslint.org/docs/rules/linebreak-style)
76+
- [max-len](http://eslint.org/docs/rules/max-len)
77+
- [max-lines](http://eslint.org/docs/rules/max-lines)
78+
- [no-trailing-spaces](http://eslint.org/docs/rules/no-trailing-spaces)
79+
- [unicode-bom](http://eslint.org/docs/rules/unicode-bom)
80+
- Other rules which are using the source code text instead of AST might be confused as well.
7481

7582
## :newspaper: Changelog
7683

0 commit comments

Comments
 (0)