File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ rules: # https://eslint.org/docs/rules
53
53
- error
54
54
- allowParens : false
55
55
no-console : error # https://eslint.org/docs/rules/no-console
56
- no-continue : error # https://eslint.org/docs/rules/no-continue
57
56
no-else-return : # https://eslint.org/docs/rules/no-else-return
58
57
- error
59
58
- allowElseIf : false
@@ -73,10 +72,6 @@ rules: # https://eslint.org/docs/rules
73
72
no-lonely-if : error # https://eslint.org/docs/rules/no-lonely-if
74
73
no-loop-func : error # https://eslint.org/docs/rules/no-loop-func
75
74
no-multi-assign : error # https://eslint.org/docs/rules/no-multi-assign
76
- no-param-reassign : # https://eslint.org/docs/rules/no-param-reassign
77
- - warn
78
- - props : true
79
- no-plusplus : error # https://eslint.org/docs/rules/no-plusplus
80
75
no-proto : error # https://eslint.org/docs/rules/no-proto
81
76
no-return-assign : error # https://eslint.org/docs/rules/no-return-assign
82
77
no-return-await : error # https://eslint.org/docs/rules/no-return-await
You can’t perform that action at this time.
0 commit comments