chore: fix

This commit is contained in:
Anthony Fu 2021-03-15 01:57:00 +08:00
parent 2b691b3662
commit 3915e81640

View File

@ -185,5 +185,7 @@ module.exports = {
'unicorn/prefer-type-error': 'error', 'unicorn/prefer-type-error': 'error',
// Use new when throwing error // Use new when throwing error
'unicorn/throw-new-error': 'error', 'unicorn/throw-new-error': 'error',
'eslint-comments/disable-enable-pair': 'off',
}, },
} }