|
9 | 9 | [](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) |
10 | 10 | [](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) |
11 | 11 | [](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) |
12 | | -[](https://travis-ci.com/future-architect/eslint-plugin-vue-scoped-css) |
| 12 | +[](https://github.com/future-architect/eslint-plugin-vue-scoped-css/actions?query=workflow%3ACI) |
13 | 13 | [](https://coveralls.io/github/future-architect/eslint-plugin-vue-scoped-css?branch=master) |
14 | 14 | <!-- |
15 | 15 | [](https://greenkeeper.io/) |
@@ -103,6 +103,23 @@ Enforce all the rules in this category with: |
103 | 103 | | [vue-scoped-css/no-unused-selector](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-selector.html) | Reports selectors defined in Scoped CSS not used in `<template>`. | | |
104 | 104 | | [vue-scoped-css/require-scoped](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-scoped.html) | Enforce the `<style>` tags to has the `scoped` attribute. | | |
105 | 105 |
|
| 106 | +## Recommended for Vue.js 3.x |
| 107 | + |
| 108 | +Enforce all the rules in this category with: |
| 109 | + |
| 110 | +```json |
| 111 | +{ |
| 112 | + "extends": "plugin:vue-scoped-css/vue3-recommended" |
| 113 | +} |
| 114 | +``` |
| 115 | + |
| 116 | +| Rule ID | Description | | |
| 117 | +|:--------|:------------|:---| |
| 118 | +| [vue-scoped-css/no-parsing-error](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-parsing-error.html) | Disallow parsing errors in `<style>` | | |
| 119 | +| [vue-scoped-css/no-unused-keyframes](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-keyframes.html) | Reports the `@keyframes` is not used in Scoped CSS. | | |
| 120 | +| [vue-scoped-css/no-unused-selector](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/no-unused-selector.html) | Reports selectors defined in Scoped CSS not used in `<template>`. | | |
| 121 | +| [vue-scoped-css/require-scoped](https://future-architect.github.io/eslint-plugin-vue-scoped-css/rules/require-scoped.html) | Enforce the `<style>` tags to has the `scoped` attribute. | | |
| 122 | + |
106 | 123 | ## Uncategorized |
107 | 124 |
|
108 | 125 | No preset enables the rules in this category. |
|
0 commit comments