feat: implement startDojoRecipeController to place new rooms in Dojo #273
@ -24,7 +24,8 @@
|
|||||||
"@typescript-eslint/no-unsafe-assignment": "warn",
|
"@typescript-eslint/no-unsafe-assignment": "warn",
|
||||||
"@typescript-eslint/no-explicit-any": "warn",
|
"@typescript-eslint/no-explicit-any": "warn",
|
||||||
"@typescript-eslint/no-loss-of-precision": "warn",
|
"@typescript-eslint/no-loss-of-precision": "warn",
|
||||||
"no-case-declarations": "warn"
|
"no-case-declarations": "warn",
|
||||||
|
"no-mixed-spaces-and-tabs": "warn"
|
||||||
},
|
},
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user