Skip to content

Commit 4739a6b

Browse files
committed
Update ESlint config
1 parent f14cb42 commit 4739a6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.eslintrc.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ rules: # https://eslint.org/docs/rules
5353
- error
5454
- allowParens: false
5555
no-console: error # https://eslint.org/docs/rules/no-console
56-
no-continue: error # https://eslint.org/docs/rules/no-continue
5756
no-else-return: # https://eslint.org/docs/rules/no-else-return
5857
- error
5958
- allowElseIf: false
@@ -73,10 +72,6 @@ rules: # https://eslint.org/docs/rules
7372
no-lonely-if: error # https://eslint.org/docs/rules/no-lonely-if
7473
no-loop-func: error # https://eslint.org/docs/rules/no-loop-func
7574
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
8075
no-proto: error # https://eslint.org/docs/rules/no-proto
8176
no-return-assign: error # https://eslint.org/docs/rules/no-return-assign
8277
no-return-await: error # https://eslint.org/docs/rules/no-return-await

0 commit comments

Comments
 (0)