Merge branch 'master' into patch-2

This commit is contained in:
Freako 2023-10-17 06:21:01 +00:00 committed by GitHub
commit e9c07f46e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 931 additions and 1222 deletions

View file

@ -63,6 +63,7 @@ module.exports = {
'@typescript-eslint/no-shadow': ['error'],
'no-throw-literal': ['error'],
'no-trailing-spaces': ['error'],
'no-undef-init': ['error'],
'no-unneeded-ternary': ['error'],
'no-unused-expressions': ['off'],
'@typescript-eslint/no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],