Skip to content

Commit d66d80d

Browse files
committed
Docs: add known limitations section (fixes #3)
1 parent 33eb3e5 commit d66d80d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ $ eslint "src/**.{js,vue}"
3636
$ eslint src --ext .vue
3737
```
3838

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+
3944
## :newspaper: Changelog
4045

4146
- [GitHub Releases](https://github.com/mysticatea/vue-eslint-parser/releases)

0 commit comments

Comments
 (0)