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:
69
69
70
70
## :warning : Known Limitations
71
71
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.
74
81
75
82
## :newspaper : Changelog
76
83
You can’t perform that action at this time.
0 commit comments