Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (45 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

50 lines (45 loc) · 2.4 KB

Next

diff

1.0.0 (currently in alpha)

diff

  • Migrated rules from eslint-plugin-vue
    • attribute-hyphenation (#57)
    • component-name-in-template-casing (#79)
    • no-deprecated-dollar-scopedslots-api (#37)
    • no-deprecated-filter (#39)
    • no-dupe-v-else-if (#9)
      • only simply checked
    • no-duplicate-attributes (#10)
    • no-template-key (#13)
    • no-textarea-mustache (#14)
    • no-use-v-if-with-v-for (#17)
    • require-component-is (#18)
    • require-v-for-key (#19)
      • could have some issues with template/slot, please report in the issue
    • this-in-template (#6)
      • option always currently not supported
    • use-v-on-exact (#20)
    • valid-template-root (#21)
    • valid-v-if (#28)
    • valid-v-else-if (#24)
    • valid-v-else (#25)
    • valid-v-for (#26)
      • only simply checked