Skip to content

Commit

Permalink
fix unicorn/no-useless-undefined todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 4, 2022
1 parent 8f35b33 commit b5eaf14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -108,7 +108,6 @@ module.exports = {
'unicorn/no-console-spaces': 'off',
'unicorn/no-for-loop': 'off',
'unicorn/no-hex-escape': 'off',
'unicorn/no-useless-undefined': 'off', // TODO
'unicorn/prefer-array-some': 'off',
'unicorn/prefer-date-now': 'off',
'unicorn/prefer-includes': 'off',
Expand Down

0 comments on commit b5eaf14

Please sign in to comment.