Skip to content

Commit 72d089c

Browse files
committed
test: add test for well-known-properties
1 parent 001e3db commit 72d089c

File tree

2 files changed

+711
-0
lines changed

2 files changed

+711
-0
lines changed

eslint.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ const config = [
1616
plugins: {
1717
my: require("./eslint-internal/my-plugin.js"),
1818
},
19+
languageOptions: {
20+
globals: {
21+
WeakRef: "readonly",
22+
FinalizationRegistry: "readonly",
23+
Iterator: "readonly",
24+
DisposableStack: "readonly",
25+
AsyncDisposableStack: "readonly",
26+
},
27+
},
1928
},
2029
...require("./eslint-internal/config/es2020.js"),
2130
...require("./eslint-internal/config/+eslint-plugin.js"),

0 commit comments

Comments
 (0)