nicolium: enable jsx-a11y and react linter plugins, make them less strict
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -39,6 +39,7 @@ const shortNumberFormat = (number: any, max?: number): React.ReactNode => {
|
||||
minimumFractionDigits={0}
|
||||
maximumSignificantDigits={3}
|
||||
numberingSystem='latn'
|
||||
// eslint-disable-next-line react/style-prop-object
|
||||
style='decimal'
|
||||
/>
|
||||
{factor}
|
||||
|
||||
Reference in New Issue
Block a user