Add ESLint back into CI pipeline
This commit is contained in:
@@ -61,9 +61,7 @@ export interface UseComponentStylesOptions {
|
||||
* });
|
||||
* ```
|
||||
*/
|
||||
export function useComponentStyles(
|
||||
options: UseComponentStylesOptions,
|
||||
): {
|
||||
export function useComponentStyles(options: UseComponentStylesOptions): {
|
||||
sizeClasses: Record<string, string>;
|
||||
stateClasses: Record<string, string>;
|
||||
} {
|
||||
|
||||
Reference in New Issue
Block a user