aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/call-bound/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--node_modules/call-bound/.eslintrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/call-bound/.eslintrc b/node_modules/call-bound/.eslintrc
new file mode 100644
index 0000000..2612ed8
--- /dev/null
+++ b/node_modules/call-bound/.eslintrc
@@ -0,0 +1,13 @@
+{
+ "root": true,
+
+ "extends": "@ljharb",
+
+ "rules": {
+ "new-cap": [2, {
+ "capIsNewExceptions": [
+ "GetIntrinsic",
+ ],
+ }],
+ },
+}