Update fields to have a custom component
This commit is contained in:
parent
e8755ac598
commit
baf35be8e8
8 changed files with 87 additions and 10 deletions
|
@ -48,6 +48,7 @@ rules:
|
|||
"@typescript-eslint/no-unused-vars": 0
|
||||
"@typescript-eslint/no-explicit-any": 0
|
||||
"@typescript-eslint/no-non-null-assertion": 0
|
||||
"@typescript-eslint/ban-ts-comment": 0
|
||||
# @todo this would be nice to have, but don't want to deal with the warning spam at the moment.
|
||||
"@typescript-eslint/explicit-module-boundary-types": 0
|
||||
no-restricted-imports:
|
||||
|
|
Reference in a new issue