Skip to content

Releases: future-architect/eslint-plugin-vue-scoped-css

v0.3.0

28 Nov 13:29

Choose a tag to compare

✨ New Features

  • #16 Supports Stylus.
  • #17 Added suggestion to require-scoped
  • #19 Added option to not report errors if documentation of class names exist to no-unused-selector and require-selector-used-inside.

🐛 Bugfixes

  • #18 Fixed false positives when using <slot> with <transition>.

v0.2.2

26 Nov 08:43
651ddc7

Choose a tag to compare

🐛 Bugfixes

  • #15 Fixed parsing-error when self-closing

v0.2.1

18 Nov 15:57
09fe259

Choose a tag to compare

🐛 Bugfixes

  • #14 Fixed wrong nesting selector parse

v0.2.0

18 Nov 11:14
087e924

Choose a tag to compare

⚙️ Updates

  • #13 Improve vue-scoped-css/no-parsing-error reports

v0.1.0

16 Nov 03:28

Choose a tag to compare

🐣 < First release!