From 2a44e0c784aaa7ce53ab8611482f0608975b6d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sajn=C3=B3g?= Date: Wed, 25 Jul 2018 00:28:03 +0200 Subject: [PATCH 1/2] (Chore) Update configs --- README.md | 20 +++++++++++++------ docs/rules/html-closing-bracket-newline.md | 1 + docs/rules/html-closing-bracket-spacing.md | 1 + docs/rules/no-confusing-v-for-v-if.md | 1 + docs/rules/no-use-v-if-with-v-for.md | 2 ++ docs/rules/no-v-html.md | 2 ++ docs/rules/prop-name-casing.md | 1 + .../require-meta-docs-url.js | 2 +- lib/configs/recommended.js | 3 ++- lib/configs/strongly-recommended.js | 3 +++ lib/rules/attributes-order.js | 2 +- lib/rules/html-closing-bracket-newline.js | 2 +- lib/rules/html-closing-bracket-spacing.js | 2 +- lib/rules/no-confusing-v-for-v-if.js | 4 +++- lib/rules/no-use-v-if-with-v-for.js | 2 +- lib/rules/no-v-html.js | 2 +- lib/rules/prop-name-casing.js | 5 ++--- 17 files changed, 38 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f0798eb06..ff2fad9ce 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | | Rule ID | Description | |:---|:--------|:------------| | :wrench: | [vue/attribute-hyphenation](./docs/rules/attribute-hyphenation.md) | enforce attribute naming style on custom components in template | +| :wrench: | [vue/html-closing-bracket-newline](./docs/rules/html-closing-bracket-newline.md) | require or disallow a line break before tag's closing brackets | +| :wrench: | [vue/html-closing-bracket-spacing](./docs/rules/html-closing-bracket-spacing.md) | require or disallow a space before tag's closing brackets | | :wrench: | [vue/html-end-tags](./docs/rules/html-end-tags.md) | enforce end tag style | | :wrench: | [vue/html-indent](./docs/rules/html-indent.md) | enforce consistent indentation in `