**eslint-plugin-quasar** v1.0.0 has been released!
-
https://github.com/quasarframework/eslint-plugin-quasar/releases/tag/v1.0.0
- no-legacy-plugins rule now works correctly
- check-valid-props rule is deprecated, use no-invalid-props rule instead
-
Do I understand correctly that this plugin supplements existing eslint warnings with quasar specific ones?
-
@ssuess No, we don’t re-wrap all other rules, like eslint-pluigin-vue does. They work side-by-side. eslint-plugin-quasar only handles quasar specific rules.
-
That is what I meant by supplement, sorry I wasn’t more clear. That sounds fantastic and very useful btw, thanks for this plugin!