1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app/sdks/console-web/node_modules/function-bind/.eslintrc
2021-06-23 17:45:27 +05:30

15 lines
231 B
Text

{
"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]
}
}