Skip to content

Commit

Permalink
Merge pull request #2 from open-sausages/pulls/deconstructorcons-combine
Browse files Browse the repository at this point in the history
Add ignore deconstruct, because it's useful for removing properties
  • Loading branch information
Damian Mooyman authored Jan 22, 2018
2 parents 18baa66 + d1ede14 commit c8d7da4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ module.exports = {
'no-unused-vars': [
'error',
{
'vars': 'local'
'vars': 'local',
'ignoreRestSiblings': true
}
],
// increased to error because it's strongly discouraged
Expand Down Expand Up @@ -100,7 +101,7 @@ module.exports = {
],
'no-prototype-builtins': [
'off'
],
],
}),
'settings': {
'import/extensions': [
Expand Down

0 comments on commit c8d7da4

Please sign in to comment.