upgrade the project
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals",
|
||||
"extends": ["next/core-web-vitals"],
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off"
|
||||
"@next/next/no-img-element": "off",
|
||||
"react/jsx-uses-vars": "error",
|
||||
"react/jsx-sort-props": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user