From ad4effc5e59ad9f1b61e8196e56c53af668b1d66 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 12 Jan 2023 10:20:32 +0000 Subject: [PATCH] add popover to no native attributes --- src/rules/no-native-attributes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rules/no-native-attributes.ts b/src/rules/no-native-attributes.ts index df4eb86..e4318dd 100644 --- a/src/rules/no-native-attributes.ts +++ b/src/rules/no-native-attributes.ts @@ -32,6 +32,7 @@ const NATIVE_ATTRS = [ 'lang', 'nonce', 'part', + 'popover', 'role', 'slot', 'spellcheck',