mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-21 15:59:48 +01:00
Fix es lint errors and warnings and enforce es lint as build breaker. (#1878)
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -33,7 +33,7 @@ type BaseProps = {
|
||||
label?: string;
|
||||
name?: string;
|
||||
placeholder?: string;
|
||||
value?: string;
|
||||
value?: string | number;
|
||||
type?: string;
|
||||
autofocus?: boolean;
|
||||
onReturnPressed?: () => void;
|
||||
@@ -44,7 +44,7 @@ type BaseProps = {
|
||||
helpText?: string;
|
||||
className?: string;
|
||||
testId?: string;
|
||||
defaultValue?: string;
|
||||
defaultValue?: string | number;
|
||||
readOnly?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user