Fixed a few more linter errors
This commit is contained in:
@ -11,7 +11,8 @@
|
||||
"arrow-parens": false,
|
||||
"trailing-comma": false,
|
||||
"prefer-const": true,
|
||||
"no-var-keyword": true
|
||||
"no-var-keyword": true,
|
||||
"eofline": true
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user