We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33eb3e5 commit d66d80dCopy full SHA for d66d80d
README.md
@@ -36,6 +36,11 @@ $ eslint "src/**.{js,vue}"
36
$ eslint src --ext .vue
37
```
38
39
+## :warning: Known Limitations
40
+
41
+- [no-trailing-spaces](http://eslint.org/docs/rules/no-trailing-spaces) rule is warning lines outside of `<script>` tags as well.
42
+- Rules which are using the source code text instead of AST might be confused.
43
44
## :newspaper: Changelog
45
46
- [GitHub Releases](https://github.com/mysticatea/vue-eslint-parser/releases)
0 commit comments