15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript", "prettier"],
|
|
"rules": {
|
|
"@typescript-eslint/no-unused-vars": [
|
|
"warn",
|
|
{
|
|
"argsIgnorePattern": "^_",
|
|
"varsIgnorePattern": "^_",
|
|
"caughtErrorsIgnorePattern": "^_",
|
|
"destructuredArrayIgnorePattern": "^_"
|
|
}
|
|
]
|
|
}
|
|
}
|