Cleanup before nuxt move

This commit is contained in:
Alexis
2021-03-26 10:06:58 +01:00
parent eaa87f92ae
commit 19ee29b936
5 changed files with 17 additions and 12 deletions

View File

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