File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,7 @@ module.exports = {
14
14
'max-statements' : 0 ,
15
15
'no-param-reassign' : 0 ,
16
16
'no-process-exit' : 0 ,
17
- 'fp/no-class' : 0 ,
18
- 'fp/no-delete' : 0 ,
19
- 'fp/no-get-set' : 0 ,
20
- 'fp/no-let' : 0 ,
21
17
'fp/no-loops' : 'error' ,
22
- 'fp/no-mutating-assign' : 0 ,
23
- 'fp/no-mutating-methods' : 0 ,
24
- 'fp/no-mutation' : 0 ,
25
- 'fp/no-this' : 0 ,
26
18
'import/max-dependencies' : 0 ,
27
19
'node/no-sync' : 0 ,
28
20
'sort-destructure-keys/sort-destructure-keys' : 2 ,
@@ -45,15 +37,10 @@ module.exports = {
45
37
} ,
46
38
rules : {
47
39
complexity : 0 ,
48
- 'fp/no-class' : 0 ,
49
- 'fp/no-let' : 0 ,
50
40
'fp/no-this' : 0 ,
51
- 'fp/no-mutation' : 0 ,
52
41
'import/extensions' : [ 2 , 'always' ] ,
53
- 'node/no-unsupported-features/es-syntax' : 0 ,
54
42
'unicorn/consistent-destructuring' : 0 ,
55
43
'max-lines' : 0 ,
56
- 'array-callback-return' : [ 'error' , { checkForEach : true } ] ,
57
44
} ,
58
45
} ,
59
46
// Example functions
You can’t perform that action at this time.
0 commit comments