10 lines
238 B
JSON
10 lines
238 B
JSON
|
|
{
|
||
|
|
"extends": ["next", "plugin:react/recommended", "next/core-web-vitals", "eslint:recommended"],
|
||
|
|
"globals": {
|
||
|
|
"React": "readonly"
|
||
|
|
},
|
||
|
|
"rules": {
|
||
|
|
"no-unused-vars": ["error", { "args": "after-used", "argsIgnorePattern": "^_" }]
|
||
|
|
}
|
||
|
|
}
|