fix: type signature of Component too narrow

This commit is contained in:
M. George Hansen 2020-06-03 17:27:12 -07:00
parent 49fb28e65b
commit 89d599598d
4 changed files with 23 additions and 7 deletions

View file

@ -14,6 +14,7 @@
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/no-namespace": "off"
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/ban-types": "off"
}
}