Skip to content

Commit

Permalink
Disable enforceForRenamedProperties for prefer-destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Feb 13, 2018
1 parent 652a6e5 commit d4bfbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/options-manager.js
Expand Up @@ -76,7 +76,7 @@ const ENGINE_RULES = {
'5.0.0': 'error'
},
'prefer-destructuring': {
'6.0.0': ['error', {array: true, object: true}, {enforceForRenamedProperties: true}]
'6.0.0': ['error', {array: true, object: true}]
},
'unicorn/no-new-buffer': {
'5.10.0': 'error'
Expand Down

0 comments on commit d4bfbbb

Please sign in to comment.