Skip to content

Commit 288f75b

Browse files
committed
Adds no-empty-file to recommended rules.
1 parent 7c78456 commit 288f75b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
'unicorn/no-array-reduce': 'error',
2525
'unicorn/no-console-spaces': 'error',
2626
'unicorn/no-document-cookie': 'error',
27+
'unicorn/no-empty-file': 'error',
2728
'unicorn/no-for-loop': 'error',
2829
'unicorn/no-hex-escape': 'error',
2930
'unicorn/no-instanceof-array': 'error',

0 commit comments

Comments
 (0)