eslint: Turn off prefer-destructuring

This commit is contained in:
Florian Bruhin 2017-01-08 15:36:51 +01:00
parent a10a6bdfa2
commit 61e598552e

View File

@ -37,3 +37,4 @@ rules:
no-warning-comments: "off"
max-len: ["error", {"ignoreUrls": true}]
capitalized-comments: "off"
prefer-destructuring: "off"