Introduction
eslint-plugin-vue-scoped-css is ESLint plugin for Scoped CSS in Vue.js.
Features
This ESLint plugin provides linting rules relate to better ways to help you avoid problems when using Scoped CSS in Vue.js.
- Provides linting rules for Scoped CSS.
- Supports CSS syntax including level 4 selectors.
- Supports
<style lang="scss">
. - Supports
<style lang="stylus">
. - Parses
<style>
,<template>
and<script>
blocks.
You can check on the Online DEMO.
Usage
See User Guide.
Rules
See Available Rules.
License
See the LICENSE file for license rights and limitations (MIT).