fix: type signature of Component too narrow
This commit is contained in:
parent
dd300d6fb0
commit
6736d8ab68
4 changed files with 23 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"plugin:prettier/recommended"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/no-namespace": "off"
|
||||
"@typescript-eslint/no-namespace": "off",
|
||||
"@typescript-eslint/ban-types": "off"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue