Releases: vuejs/eslint-plugin-vue
Releases · vuejs/eslint-plugin-vue
v3.2.0
Features
- 9fff64d added order-in-components rule.
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
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.
- no-duplicate-attributes does not catch all duplicate attributes.
- html-end-tags does not catch illegal end tags.