Scope of addType function is global

This commit is contained in:
Alexis
2021-03-05 16:05:45 +01:00
parent b6cb9157ed
commit f5af25e0f0
4 changed files with 37 additions and 30 deletions

View File

@@ -16,5 +16,6 @@ module.exports = {
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
"@typescript-eslint/no-explicit-any": "off",
}
};