fix lint command, bump eslint packages

This commit is contained in:
Dimitri POSTOLOV
2025-02-09 05:43:15 +07:00
parent 043c8120ac
commit b9c07dc211
6 changed files with 856 additions and 365 deletions
@@ -32,3 +32,5 @@ export const Panel = forwardRef<HTMLDivElement, PanelProps>(
);
}
);
Panel.displayName = 'Panel'