We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c78456 commit 288f75bCopy full SHA for 288f75b
configs/recommended.js
@@ -24,6 +24,7 @@ module.exports = {
24
'unicorn/no-array-reduce': 'error',
25
'unicorn/no-console-spaces': 'error',
26
'unicorn/no-document-cookie': 'error',
27
+ 'unicorn/no-empty-file': 'error',
28
'unicorn/no-for-loop': 'error',
29
'unicorn/no-hex-escape': 'error',
30
'unicorn/no-instanceof-array': 'error',
0 commit comments