forked from AkkomaGang/akkoma-fe
more rules
This commit is contained in:
parent
b1eea5d830
commit
35fb4ac40e
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ module.exports = {
|
||||||
'no-return-await': 1,
|
'no-return-await': 1,
|
||||||
'no-multi-spaces': 1,
|
'no-multi-spaces': 1,
|
||||||
'no-trailing-spaces': 1,
|
'no-trailing-spaces': 1,
|
||||||
|
'no-unused-expressions': 1,
|
||||||
|
'no-mixed-operators': 1,
|
||||||
|
'camelcase': 1,
|
||||||
'no-multiple-empty-lines': 1
|
'no-multiple-empty-lines': 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue