chore: initial commit
This commit is contained in:
+10
-1
@@ -1,3 +1,12 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
"plugins": ["prettier"],
|
||||
"extends": "next/core-web-vitals",
|
||||
"rules": {
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
{
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user