code cleanup
This commit is contained in:
parent
89d722d313
commit
650ace0edb
4 changed files with 31 additions and 26 deletions
|
|
@ -22,6 +22,12 @@ module.exports = {
|
|||
'no-tabs': 0,
|
||||
'no-console': 0,
|
||||
'max-len': 0,
|
||||
'no-use-before-define': [
|
||||
'error',
|
||||
{
|
||||
variables: false,
|
||||
},
|
||||
],
|
||||
'no-mixed-operators': [
|
||||
'error',
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue