feat: add catch all error boundary

This commit is contained in:
Stevan Freeborn
2023-09-16 11:53:41 -05:00
parent 60e587dc8a
commit 81c6d69a5e
3 changed files with 31 additions and 1 deletions
+6 -1
View File
@@ -3,6 +3,11 @@
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"],
"rules": {
"no-console": "warn",
"prettier/prettier": "error"
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}