Change ESLint rules, lint
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -2,8 +2,8 @@ import clsx from 'clsx';
|
||||
import React from 'react';
|
||||
|
||||
interface IIndicator {
|
||||
state?: 'active' | 'pending' | 'error' | 'inactive',
|
||||
size?: 'sm',
|
||||
state?: 'active' | 'pending' | 'error' | 'inactive'
|
||||
size?: 'sm'
|
||||
}
|
||||
|
||||
/** Indicator dot component. */
|
||||
|
||||
Reference in New Issue
Block a user