added method-style rule for eslint #273
Annotations
5 errors
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'NumberInputParamProps'.
|
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'InputParamProps'.
|
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; }' is not assignable to type 'InputParamProps'.
|
Tests (18.x)
Type '{ value: RuntimeConfigParamValue; id: string; name: string; onChange: (_event: ChangeEvent<unknown> | null, newValue: string | number | boolean) => void; isFloat: true; }' is not assignable to type 'NumberInputParamProps'.
|
Tests (18.x)
Process completed with exit code 1.
|