Merge branch 'master' into eslint-fixes

This commit is contained in:
Eric NGUYEN 2023-02-17 10:36:25 +01:00
commit 4bbb916788
36 changed files with 1002 additions and 630 deletions

View file

@ -19,7 +19,8 @@ module.exports = {
},
ecmaVersion: 'latest',
sourceType: 'module',
project: './tsconfig.json'
project: './tsconfig.json',
tsconfigRootDir: __dirname
},
plugins: [
'only-warn',