Commit 57770573 authored by Lukas Eipert's avatar Lukas Eipert

disable no-multi-assign

parent c98212e6
...@@ -71,5 +71,7 @@ rules: ...@@ -71,5 +71,7 @@ rules:
body: 1 body: 1
## Destructuring: https://eslint.org/docs/rules/prefer-destructuring ## Destructuring: https://eslint.org/docs/rules/prefer-destructuring
prefer-destructuring: off prefer-destructuring: off
## no-restricted-globals: https://eslint.org/docs/3.0.0/rules/no-restricted-globals ## no-restricted-globals: https://eslint.org/docs/rules/no-restricted-globals
no-restricted-globals: off no-restricted-globals: off
## no-multi-assign: https://eslint.org/docs/rules/no-multi-assign
no-multi-assign: off
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment