aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/side-channel-weakmap/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/side-channel-weakmap/.eslintrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/side-channel-weakmap/.eslintrc b/node_modules/side-channel-weakmap/.eslintrc
new file mode 100644
index 0000000..9b13ad8
--- /dev/null
+++ b/node_modules/side-channel-weakmap/.eslintrc
@@ -0,0 +1,12 @@
+{
+ "root": true,
+
+ "extends": "@ljharb",
+
+ "rules": {
+ "id-length": 0,
+ "max-lines-per-function": 0,
+ "multiline-comment-style": 1,
+ "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }],
+ },
+}