Releases: levchak0910/vkcn-eslint-plugin
Releases · levchak0910/vkcn-eslint-plugin
v0.5.3
🐞 Bug Fixes
- rule/no-undefined-class-names: Fix no-class rules error - by @levchak0910 (a8f4b)
View changes on GitHub
v0.5.2
No significant changes
View changes on GitHub
v0.5.1
v0.5.0
🚨 Breaking Changes
- Rename package - by @levchak0910 (540cd)
- Rename setting
class-attr-name
- by @levchak0910 (0299a) - Rename prefix comment - by @levchak0910 (b86e3)
View changes on GitHub
v0.4.0
🚨 Breaking Changes
- Bump node min version - by @levchak0910 (a319d)
🚀 Features
- Use eslint-compat-utils - by @ota-meshi
- Add support for flat config - by @ota-meshi
- Copy code from eslint-plugin-vue - by @levchak0910 (25989)
- Compat with eslint v9 - by @levchak0910 (7ee65)
v0.3.2
ci: run only this package tests
v0.3.1
fix(rule/no-undefined-class-names): fix error messages
v0.3.0
Breaking changes!
rule(no-undefined-class-names): changed scope of checked and suggested classes
v0.2.1
fix(rule/no-convention-violation): do not report already reported nodes