From 9e7bd05ed2cb469bfb64ceb97778af5139c877c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Mon, 26 Jun 2017 23:49:35 +0200 Subject: [PATCH] Disable "html-no-self-closing" rule in recommended configuration --- README.md | 2 +- lib/recommended-rules.js | 2 +- lib/rules/html-no-self-closing.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9fb1eae9..cea828509 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,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. | -| :white_check_mark::wrench: | [html-no-self-closing](./docs/rules/html-no-self-closing.md) | disallow self-closing elements. | +| :wrench: | [html-no-self-closing](./docs/rules/html-no-self-closing.md) | disallow self-closing elements. | | :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 arguments. | | :white_check_mark: | [no-textarea-mustache](./docs/rules/no-textarea-mustache.md) | disallow mustaches in `