Performance update

This commit is contained in:
2023-05-30 19:31:04 +02:00
parent 1b78aecb13
commit 886384b3bf
11 changed files with 380 additions and 297 deletions
+4 -1
View File
@@ -10,5 +10,8 @@ module.exports = {
sourceType: 'module',
project: ['./tsconfig.json']
},
rules: {}
rules: {
'@typescript-eslint/strict-boolean-expressions': 0,
'@typescript-eslint/explicit-function-return-type': 'off'
}
}