fixed all eslint errors and warning, compiled as PROD
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
],
|
||||
rules: {
|
||||
'no-unused-vars': ["warn"],
|
||||
'camelcase': 'warn',
|
||||
'camelcase': 'off',
|
||||
'eqeqeq': 'warn',
|
||||
'no-redeclare': 'warn'
|
||||
},
|
||||
|
Reference in New Issue
Block a user