Skip to content

Commit

Permalink
Adds no-empty-file to recommended rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Sep 21, 2021
1 parent 7c78456 commit 288f75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/recommended.js
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'unicorn/no-array-reduce': 'error',
'unicorn/no-console-spaces': 'error',
'unicorn/no-document-cookie': 'error',
'unicorn/no-empty-file': 'error',
'unicorn/no-for-loop': 'error',
'unicorn/no-hex-escape': 'error',
'unicorn/no-instanceof-array': 'error',
Expand Down

0 comments on commit 288f75b

Please sign in to comment.