Skip to content

Instantly share code, notes, and snippets.

@dagda1
Last active February 15, 2022 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagda1/c169838ae741e7af6845f27a3fb38268 to your computer and use it in GitHub Desktop.
Save dagda1/c169838ae741e7af6845f27a3fb38268 to your computer and use it in GitHub Desktop.
{
"extends": "@cutting/eslint-config/react",
"rules": {
"@typescript-eslint/ban-types": [
"error",
{
"types": {
"{}": {
"message": "Use Record<string, unknown> instead",
"fixWith": "Record<string, unknown>"
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment