Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
v3.2.0
27 Jun 09:10
Compare
Sorry, something went wrong.
No results found
v3.1.3
22 Jun 04:42
Compare
Sorry, something went wrong.
No results found
Bug fixes
b71c7a3 fixed that rules crash if Atom is running the rules.
v3.1.2
22 Jun 04:40
Compare
Sorry, something went wrong.
No results found
Bug fixes
8da7f03 fixed that no-invalid-v-for
crashes on :key
without values (#37 )
v3.1.1
20 Jun 03:20
Compare
Sorry, something went wrong.
No results found
Bug fixes
22aeca5 fixed the problem about self-closing elements (#29 ).
e8e67cc fixed the problem about loading vue-eslint-parser
(#30 ).
22aeca5 fixed the problem about the integration with eslint-plugin-import
(#21 (comment) )
v3.1.0
18 Jun 14:46
Compare
Sorry, something went wrong.
No results found
Enhancements
1dc567b added the sync
modifier support to no-invalid-v-bind
rule.
v3.0.1
18 Jun 14:43
Compare
Sorry, something went wrong.
No results found
v3.0.0
18 Jun 14:41
Compare
Sorry, something went wrong.
No results found
Features
eslint-plugin-vue
has gotten many rules to check <template>
!
See README.md to know usage.
Notes
This is beta version. You have to use beta
tag to install: npm install eslint-plugin-vue@beta
A part of rules are not working as intended for now since parser problems.