We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90196b8 commit 869cd53Copy full SHA for 869cd53
lib/.eslintrc.yaml
@@ -31,6 +31,8 @@ rules:
31
message: "Use `const { Symbol } = primordials;` instead of the global."
32
- name: WeakMap
33
message: "Use `const { WeakMap } = primordials;` instead of the global."
34
+ - name: WeakSet
35
+ message: "Use `const { WeakSet } = primordials;` instead of the global."
36
no-restricted-syntax:
37
# Config copied from .eslintrc.js
38
- error
0 commit comments