From 9d953de0ccdc900b7c3b0a5a0dbe3275e99b4ae3 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Tue, 5 Oct 2021 13:23:52 +0900 Subject: [PATCH] support script setup --- docs/rules/no-undef-properties.md | 23 ++ lib/rules/no-undef-properties.js | 537 +++++++++++-------------- lib/rules/no-unused-properties.js | 54 +-- lib/utils/property-references.js | 119 +++++- lib/utils/style-variables/index.js | 9 +- tests/lib/rules/no-undef-properties.js | 35 ++ 6 files changed, 430 insertions(+), 347 deletions(-) diff --git a/docs/rules/no-undef-properties.md b/docs/rules/no-undef-properties.md index 5f1312d2b..e7979756a 100644 --- a/docs/rules/no-undef-properties.md +++ b/docs/rules/no-undef-properties.md @@ -22,6 +22,29 @@ Note that there are many false positives if you are using mixins. +```vue + + +``` + + + + + ```vue