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