Commit ee9974b6 authored by Lukas Eipert's avatar Lukas Eipert

disable prefer-destructuring for now

parent 76082ce9
...@@ -54,3 +54,6 @@ rules: ...@@ -54,3 +54,6 @@ rules:
function-paren-newline: off function-paren-newline: off
object-curly-newline: off object-curly-newline: off
padded-blocks: off padded-blocks: off
# Disabled for now, to make the eslint 3 -> eslint 4 update smoother
## Destructuring: https://eslint.org/docs/rules/prefer-destructuring
prefer-destructuring: 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