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, 21 insertions, 0 deletions
diff --git a/backend/node_modules/function-bind/.eslintrc b/backend/node_modules/function-bind/.eslintrc
new file mode 100644
index 0000000..71a054f
--- /dev/null
+++ b/backend/node_modules/function-bind/.eslintrc
@@ -0,0 +1,21 @@
+{
+ "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]
+ },
+ },
+ ],
+}