From 4b237cd7f3d9ebffdfc60d987c4df3c2595c3b7c Mon Sep 17 00:00:00 2001 From: grant-kun Date: Mon, 26 Sep 2022 11:31:02 -0500 Subject: Delete node_modules directory --- node_modules/call-bind/.eslintrc | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 node_modules/call-bind/.eslintrc (limited to 'node_modules/call-bind/.eslintrc') diff --git a/node_modules/call-bind/.eslintrc b/node_modules/call-bind/.eslintrc deleted file mode 100644 index e5d3c9a..0000000 --- a/node_modules/call-bind/.eslintrc +++ /dev/null @@ -1,17 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "func-name-matching": 0, - "id-length": 0, - "new-cap": [2, { - "capIsNewExceptions": [ - "GetIntrinsic", - ], - }], - "no-magic-numbers": 0, - "operator-linebreak": [2, "before"], - }, -} -- cgit v1.2.3