We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0f4ae commit 63845afCopy full SHA for 63845af
.eslintrc.js
@@ -9,27 +9,5 @@ module.exports = {
9
},
10
overrides: [...overrides],
11
extends: 'prettier',
12
- rules: {
13
- 'max-depth': 0,
14
- complexity: 0,
15
- 'fp/no-let': 0,
16
- 'fp/no-loops': 0,
17
- 'fp/no-mutation': 0,
18
- 'fp/no-mutating-methods': 0,
19
- 'id-length': 0,
20
- 'max-statements': 0,
21
- 'no-await-in-loop': 0,
22
- 'node/exports-style': 0,
23
- 'node/global-require': 0,
24
- 'node/prefer-global/process': 0,
25
- 'no-magic-numbers': 0,
26
- 'no-param-reassign': 0,
27
- 'no-promise-executor-return': 0,
28
- 'no-prototype-builtins': 0,
29
- 'no-shadow': 0,
30
- 'no-unused-vars': 0,
31
- 'prefer-regex-literals': 0,
32
- semi: 0,
33
- 'promise/prefer-await-to-callbacks': 0,
34
- },
+ rules: {},
35
}
0 commit comments