Actually Fixed next/babel error
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"presets": ["next/babel"],
|
||||
"plugins": []
|
||||
}
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"extends": ["next/babel","next/core-web-vitals"]
|
||||
"extends": ["next/babel","next/core-web-vitals" ],
|
||||
"rules": {
|
||||
"no-unused-vars": ["warn", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }],
|
||||
"jsx-a11y/alt-text": "off",
|
||||
"@next/next/no-img-element": "off",
|
||||
"no-console": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user