Skip to content

Releases: vuejs/eslint-plugin-vue

v3.1.0

18 Jun 14:46
Compare
Choose a tag to compare
v3.1.0 Pre-release
Pre-release

Enhancements

  • 1dc567b added the sync modifier support to no-invalid-v-bind rule.

v3.0.1

18 Jun 14:43
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release

Bug fixes

v3.0.0

18 Jun 14:41
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

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.