Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2022-01-12 10:56:50 +01:00
21 changed files with 41 additions and 39 deletions
+2 -1
View File
@@ -25,6 +25,7 @@
],
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "error"
"@typescript-eslint/no-explicit-any": "error",
"no-throw-literal": "error"
}
}