Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 6c54d5b

Browse files
authored
chore: enable max-nested-callbacks ESLint rule (#252)
1 parent bb72a98 commit 6c54d5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
rules: {
66
// TODO: enable those rules
77
complexity: 0,
8-
'max-nested-callbacks': 0,
98
'max-statements': 0,
109
'fp/no-class': 0,
1110
'fp/no-let': 0,

0 commit comments

Comments
 (0)