diff options
Diffstat (limited to 'school/node_modules/function-bind/.eslintrc')
-rw-r--r-- | school/node_modules/function-bind/.eslintrc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/school/node_modules/function-bind/.eslintrc b/school/node_modules/function-bind/.eslintrc deleted file mode 100644 index 9b33d8e..0000000 --- a/school/node_modules/function-bind/.eslintrc +++ /dev/null @@ -1,15 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "func-name-matching": 0, - "indent": [2, 4], - "max-nested-callbacks": [2, 3], - "max-params": [2, 3], - "max-statements": [2, 20], - "no-new-func": [1], - "strict": [0] - } -} |