Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
42 lines (29 loc) · 2.52 KB

File metadata and controls

42 lines (29 loc) · 2.52 KB

Introduction

eslint-plugin-vue-scoped-css is ESLint plugin for Scoped CSS in Vue.js.

NPM license NPM version NPM downloads NPM downloads NPM downloads NPM downloads NPM downloads Build Status Coverage Status

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).