Skip to content

Commit

Permalink
fix: disabling unicorn/no-useless-undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 3, 2020
1 parent 81b580a commit bab154f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
'unicorn/no-unreadable-array-destructuring': 'error',
'unicorn/no-unsafe-regex': 'error',
'unicorn/no-unused-properties': 'error',
'unicorn/no-useless-undefined': 'error',
// 'unicorn/no-useless-undefined': 'error',
'unicorn/prefer-set-has': 'off',
'unicorn/prefer-number-properties': 'off',
'unicorn/prefer-type-error': 'error',
Expand Down

0 comments on commit bab154f

Please sign in to comment.