From 5c03b727c031cff101c2d7f41856c2361ca798d5 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Sat, 26 Dec 2020 17:32:34 +0900 Subject: [PATCH] update docs --- docs/rules/attribute-hyphenation.md | 4 ++++ docs/rules/v-on-event-hyphenation.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/rules/attribute-hyphenation.md b/docs/rules/attribute-hyphenation.md index 7dd2feb21..9a3316d5d 100644 --- a/docs/rules/attribute-hyphenation.md +++ b/docs/rules/attribute-hyphenation.md @@ -107,6 +107,10 @@ Don't use hyphenated name but allow custom attributes +## :couple: Related Rules + +- [vue/v-on-event-hyphenation](./v-on-event-hyphenation.md)¥ + ## :rocket: Version This rule was introduced in eslint-plugin-vue v3.9.0 diff --git a/docs/rules/v-on-event-hyphenation.md b/docs/rules/v-on-event-hyphenation.md index 3b94b4529..5ecd0cd9b 100644 --- a/docs/rules/v-on-event-hyphenation.md +++ b/docs/rules/v-on-event-hyphenation.md @@ -102,6 +102,10 @@ Don't use hyphenated name but allow custom event names +## :couple: Related Rules + +- [vue/attribute-hyphenation](./attribute-hyphenation.md)¥ + ## :mag: Implementation - [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/v-on-event-hyphenation.js)