- Fix a bug that
boolean-valuenot support detecting multiple character attributes.
- Fix
html-quotesreplace ' & " to unexpected string.
- Add a feature that
order-in-componentscan detect this order of other methods not declared inorder. - Support @typescript-eslint/parser v5+.
- Add a feature that prevent developer from using method of this in computed property of san components.
- Fix a bug that
no-unused-componentscheck every component name as a host html tag name. - Fix a bug that
no-unused-varsreport incorrect message when the second variable used ins-for. - Fix a bug that
no-unused-varsreport incorrect message when thevar-*used.
- Add message to notation if the component name is host html tag name in
no-unused-components.
- Fix
indent-commoncannot check and fix the code of .ts/.js file. - Fix a bug that
no-expression-in-template-literalsparse template without value incorrectly. - Fix a bug that
no-unused-varsparse variables ofs-forincorrectly.
- Remove a rule:
no-template-keyandno-shared-component-data.
- Add a feature in all rules to parse the template in ts/js files.
- Add a feature to parse the interpolation in attribute.
- Add a rule initdata-in-component.
- Add a rule no-expression-in-template-literals.
- Add a rule boolean-value
- Fix a bug that
comment-directivecan not handle ts/js files. - Fix a bug that
no-dupe-keyscheck the property insan instancebut not thedata. - Fix a bug that
no-reserved-keyscheck the property name incomputed dataTypes data initDatabut not thesan instance. - Fix a bug that
order-in-componentsgive the incorrect order by default. - Fix a bug that
valid-s-forwill check the:keyin the tag and remove the supporting for complexity expression ins-for. - Fix a bug that
no-side-effects-in-computed-propertiesswill check the expression likethis.databut notthis.data.set. - Fix a bug that
max-attributes-per-linefix the code incorrectly. - Fix a bug that
html-closing-bracket-newlinefix the code properly.