update eslint config + other changes

This commit is contained in:
2023-07-11 15:40:39 +02:00
parent d763448a12
commit d0647ba1bb
5 changed files with 28 additions and 7 deletions

View File

@@ -64,6 +64,7 @@ module.exports = {
'space-in-parens': [
'error',
'always'
]
],
'no-var': 'error'
}
};