code cleanup

This commit is contained in:
Matt Walsh 2022-03-01 16:19:08 -06:00
commit 650ace0edb
4 changed files with 31 additions and 26 deletions

View file

@ -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',
{