chore: fix

This commit is contained in:
Anthony Fu 2021-03-15 01:58:43 +08:00
parent 3915e81640
commit 9847ac276b

View File

@ -186,6 +186,7 @@ module.exports = {
// Use new when throwing error // Use new when throwing error
'unicorn/throw-new-error': 'error', 'unicorn/throw-new-error': 'error',
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
'eslint-comments/disable-enable-pair': 'off', 'eslint-comments/disable-enable-pair': 'off',
}, },
} }