diff options
Diffstat (limited to 'desktop/node_modules/function-bind/.eslintrc')
-rw-r--r-- | desktop/node_modules/function-bind/.eslintrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop/node_modules/function-bind/.eslintrc b/desktop/node_modules/function-bind/.eslintrc new file mode 100644 index 0000000..71a054f --- /dev/null +++ b/desktop/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] + }, + }, + ], +} |