Skip to content

Commit f328013

Browse files
committed
fix: allow inner declarations
1 parent 3144186 commit f328013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
'no-extra-semi': 'off',
6262
'no-fallthrough': 'off',
6363
'no-floating-decimal': 'error',
64+
'no-inner-declarations': 'off',
6465
'no-invalid-this': 'off',
6566
'no-irregular-whitespace': 'error',
6667
'no-lonely-if': 'error',

0 commit comments

Comments
 (0)