99[ ![ NPM downloads] ( https://img.shields.io/npm/dm/eslint-plugin-vue-scoped-css.svg )] ( http://www.npmtrends.com/eslint-plugin-vue-scoped-css )
1010[ ![ NPM downloads] ( https://img.shields.io/npm/dy/eslint-plugin-vue-scoped-css.svg )] ( http://www.npmtrends.com/eslint-plugin-vue-scoped-css )
1111[ ![ NPM downloads] ( https://img.shields.io/npm/dt/eslint-plugin-vue-scoped-css.svg )] ( http://www.npmtrends.com/eslint-plugin-vue-scoped-css )
12+ [ ![ Build Status] ( https://travis-ci.com/ota-meshi/eslint-plugin-vue-scoped-css.svg?branch=master )] ( https://travis-ci.com/ota-meshi/eslint-plugin-vue-scoped-css )
1213<!--
13- [](https://travis-ci.org/ota-meshi/eslint-plugin-vue-scoped-css)
1414[](https://coveralls.io/github/ota-meshi/eslint-plugin-vue-scoped-css?branch=master)
1515[](https://greenkeeper.io/)
1616-->
1919
2020This ESLint plugin provides linting rules specific to [ Scoped CSS in Vue.js] .
2121
22+ - Enforce best practices for Scoped CSS.
23+ - Supports CSS and SCSS syntax.
24+
2225You can check on the [ Online DEMO] ( https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/playground/ ) .
2326
2427<!-- DOCS_IGNORE_START-->
@@ -59,8 +62,8 @@ module.exports = {
5962
6063This plugin provides 3 predefined configs:
6164
62- - ` plugin:vue-scoped-css/base ` - Settings and rules to enable correct ESLint parsing
63- - ` plugin:vue-scoped-css/recommended ` - Above, plus rules to improve code experience
65+ - ` plugin:vue-scoped-css/base ` - Settings and rules to enable this plugin
66+ - ` plugin:vue-scoped-css/recommended ` - Above, plus rules for better ways to help you avoid problems
6467- ` plugin:vue-scoped-css/all ` - All rules of this plugin are included
6568
6669## Rules
@@ -71,7 +74,7 @@ The `--fix` option on the [command line](https://eslint.org/docs/user-guide/comm
7174
7275<!-- RULES_TABLE_START-->
7376
74- ### Base Rules (Enabling Correct ESLint Parsing )
77+ ### Base Rules (Enabling Plugin )
7578
7679Enable this plugin using with:
7780
@@ -81,7 +84,7 @@ Enable this plugin using with:
8184}
8285```
8386
84- ### Recommended (Improve Development Experience)
87+ ### Recommended
8588
8689Enforce all the rules in this category with:
8790
0 commit comments