Skip to content

Commit

Permalink
chore(lint): Turn off aggravating 'prefer-destructuring' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 19, 2019
1 parent 51365b8 commit 20b584f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Expand Up @@ -39,6 +39,7 @@ rules:
- error
- functions: false
classes: false
prefer-destructuring: "off"
prefer-object-spread: "off"
strict: "off"
overrides:
Expand Down

0 comments on commit 20b584f

Please sign in to comment.