feat: add catch all error boundary
This commit is contained in:
+6
-1
@@ -3,6 +3,11 @@
|
||||
"extends": ["next/core-web-vitals", "plugin:prettier/recommended"],
|
||||
"rules": {
|
||||
"no-console": "warn",
|
||||
"prettier/prettier": "error"
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
{
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user