From b05a358880d8b52a3ccffd727290c31e218b237a Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 17 May 2022 19:54:32 +0900 Subject: [PATCH 1/2] Add `vue/no-invalid-attribute-name` rule to the presets --- docs/rules/README.md | 2 +- docs/rules/no-invalid-attribute-name.md | 1 + lib/configs/essential.js | 1 + lib/configs/vue3-essential.js | 1 + lib/rules/no-invalid-attribute-name.js | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/rules/README.md b/docs/rules/README.md index 869a0cee0..c1da0c57e 100644 --- a/docs/rules/README.md +++ b/docs/rules/README.md @@ -71,6 +71,7 @@ Rules in this category are enabled for all presets provided by eslint-plugin-vue | [vue/no-duplicate-attributes](./no-duplicate-attributes.md) | disallow duplication of attributes | | :three::two::warning: | | [vue/no-export-in-script-setup](./no-export-in-script-setup.md) | disallow `export` in `