Skip to content

Commit 6d842a7

Browse files
committed
tools: enable no-empty ESLint rule
Refs: https://eslint.org/docs/rules/no-empty
1 parent fc62f50 commit 6d842a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ module.exports = {
295295
'valid-typeof': ['error', { requireStringLiterals: true }],
296296

297297
// ESLint recommended rules that we disable
298-
'no-empty': 'off',
299298
'no-inner-declarations': 'off',
300299

301300
// JSDoc recommended rules that we disable

0 commit comments

Comments
 (0)