diff --git a/README.md b/README.md index c7ec51426..d0e9f0bb5 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ No rules are enabled by `plugin:vue/base` config. The `plugin:vue/recommended` c The `--fix` option on the command line automatically fixes problems reported by rules which have a wrench :wrench: below. +Deprecated rules witch should be used with caution and only enabled when you know what you are doing have a warning :warning: icon. + ### Best Practices @@ -65,7 +67,7 @@ The `--fix` option on the command line automatically fixes problems reported by | | Rule ID | Description | |:---|:--------|:------------| | :wrench: | [html-end-tags](./docs/rules/html-end-tags.md) | enforce end tag style. | -| :wrench: | [html-no-self-closing](./docs/rules/html-no-self-closing.md) | disallow self-closing elements. | +| :wrench::warning: | [html-no-self-closing](./docs/rules/html-no-self-closing.md) | disallow self-closing elements. - (deprecated) | | | [no-async-in-computed-properties](./docs/rules/no-async-in-computed-properties.md) | Check if there are no asynchronous actions inside computed properties. | | :white_check_mark: | [no-confusing-v-for-v-if](./docs/rules/no-confusing-v-for-v-if.md) | disallow confusing `v-for` and `v-if` on the same element. | | | [no-duplicate-attributes](./docs/rules/no-duplicate-attributes.md) | disallow duplicate attributes. | @@ -73,6 +75,7 @@ The `--fix` option on the command line automatically fixes problems reported by | :white_check_mark: | [no-textarea-mustache](./docs/rules/no-textarea-mustache.md) | disallow mustaches in `