update eslint config
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
],
|
||||
rules: {
|
||||
'no-alert': 'off',
|
||||
'no-console': ['error', { allow: ['warn', 'error'] }],
|
||||
'no-console': ['warn', { allow: ['warn', 'error'] }],
|
||||
semi: ['error', 'never'],
|
||||
'import/extensions': 'off',
|
||||
'import/no-extraneous-dependencies': 'off',
|
||||
|
||||
Reference in New Issue
Block a user