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