chore: ignore .next from lint

This commit is contained in:
Matthew Russell
2023-10-31 20:13:58 -07:00
parent 6421cf87c6
commit a7ee7402cd
+1 -1
View File
@@ -5,7 +5,7 @@
"next",
"next/core-web-vitals"
],
"ignorePatterns": ["!**/*", "__generated__"],
"ignorePatterns": ["!**/*", "__generated__", ".next"],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],