mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 23:53:29 +08:00
init
This commit is contained in:
@@ -59,7 +59,8 @@ module.exports = {
|
||||
// add your custom rules here
|
||||
rules: {
|
||||
|
||||
'prefer-promise-reject-errors': 'off',
|
||||
'prefer-promise-reject-errors': 'off',
|
||||
'eslint-disable-next-line': 'off',
|
||||
|
||||
// allow debugger during development only
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
|
Reference in New Issue
Block a user