eslint-plugin-vue-scoped-css

ESLint plugin for Scoped CSS in Vue.js

MIT License

Downloads
290.3K
Stars
92
Committers
8

Bot releases are visible (Hide)

eslint-plugin-vue-scoped-css - v0.4.0

Published by ota-meshi over 4 years ago

✨ New Features

  • #32 Supports Node.js 14
  • #33 Add 'never' option to vue-scoped-css/require-scoped rule
eslint-plugin-vue-scoped-css - v0.3.4

Published by ota-meshi over 4 years ago

🐛 Bugfixes

  • #24 Fixed: issue with vue files without templates: TypeError: Cannot read property 'range' of null.

Thank you very much, @simllll!

eslint-plugin-vue-scoped-css - v0.3.3

Published by ota-meshi almost 5 years ago

🐛 Bugfixes

  • #22 Fixed false positives when there is no template block in no-unused-selector and require-selector-used-inside.
eslint-plugin-vue-scoped-css - v0.3.2

Published by ota-meshi almost 5 years ago

🐛 Bugfixes

  • #21 Fixed false positives when ignoreBEMModifier and captureClassesFromDoc were used together in no-unused-selector and require-selector-used-inside.
eslint-plugin-vue-scoped-css - v0.3.1

Published by ota-meshi almost 5 years ago

  • #20 Upgrade postcss-styl to v0.5.1
eslint-plugin-vue-scoped-css - v0.3.0

Published by ota-meshi almost 5 years ago

✨ 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>.
eslint-plugin-vue-scoped-css - v0.2.2

Published by ota-meshi almost 5 years ago

🐛 Bugfixes

  • #15 Fixed parsing-error when self-closing
eslint-plugin-vue-scoped-css - v0.2.1

Published by ota-meshi almost 5 years ago

🐛 Bugfixes

  • #14 Fixed wrong nesting selector parse
eslint-plugin-vue-scoped-css - v0.2.0

Published by ota-meshi almost 5 years ago

⚙️ Updates

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

Published by ota-meshi almost 5 years ago

🐣 < First release!