aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/function-bind/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'backend/node_modules/function-bind/.eslintrc')
-rw-r--r--backend/node_modules/function-bind/.eslintrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/backend/node_modules/function-bind/.eslintrc b/backend/node_modules/function-bind/.eslintrc
deleted file mode 100644
index 71a054f..0000000
--- a/backend/node_modules/function-bind/.eslintrc
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "root": true,
-
- "extends": "@ljharb",
-
- "rules": {
- "func-name-matching": 0,
- "indent": [2, 4],
- "no-new-func": [1],
- },
-
- "overrides": [
- {
- "files": "test/**",
- "rules": {
- "max-lines-per-function": 0,
- "strict": [0]
- },
- },
- ],
-}