refactor(gitea): make username optional in GiteaProfile interface style(eslint): add warning rule for empty object type in ESLint configuration
7 lines
133 B
JSON
7 lines
133 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"rules": {
|
|
"@typescript-eslint/no-empty-object-type": "warn"
|
|
}
|
|
}
|