Skip to content

Commit 54aa900

Browse files
committed
fix: add DOMTokenList and CSSStyleDeclaration to eslint browserGlobals
1 parent 3ab1435 commit 54aa900

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eslint.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ const browserGlobals = {
7373
encodeURIComponent: "readonly",
7474
caches: "readonly",
7575
CSSRule: "readonly",
76+
CSSStyleDeclaration: "readonly",
7677
NodeFilter: "readonly",
7778
EventTarget: "readonly",
79+
DOMTokenList: "readonly",
7880
};
7981

8082
export default [

0 commit comments

Comments
 (0)