Cleanup before nuxt move
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user