generated from fahricansecer/boilerplate-fe
8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@typescript-eslint/no-empty-object-type": "off",
|
|
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }]
|
|
}
|
|
}
|