From c51cbe24a1f3f80fc802cacb0e81d228abb793cc Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 13 Nov 2018 02:06:43 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=E2=AD=90=EF=B8=8FNew:=20Add=20`vue/valid-s?= =?UTF-8?q?lot-scope`=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + docs/rules/valid-slot-scope.md | 74 ++++++ lib/index.js | 1 + lib/rules/valid-slot-scope.js | 137 ++++++++++ tests/lib/rules/valid-slot-scope.js | 393 ++++++++++++++++++++++++++++ 5 files changed, 606 insertions(+) create mode 100644 docs/rules/valid-slot-scope.md create mode 100644 lib/rules/valid-slot-scope.js create mode 100644 tests/lib/rules/valid-slot-scope.js diff --git a/README.md b/README.md index 0ec452586..28eb04521 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi | :wrench: | [vue/script-indent](./docs/rules/script-indent.md) | enforce consistent indentation in `