Skip to content

Commit 98924e1

Browse files
committed
chore: update ESLint configuration to include React plugin and enhance rules for JSX files
1 parent 7457253 commit 98924e1

File tree

4 files changed

+47
-14
lines changed

4 files changed

+47
-14
lines changed

apps/frontend/src/modules/shared/components/client/Command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
55
import { Command as CommandPrimitive } from 'cmdk';
66
import * as React from 'react';
77

8-
import { cn } from '../../../../lib/tailwind.utils';
8+
import { cn } from '@web/lib/tailwind.utils';
99

1010
const Command = React.forwardRef<
1111
React.ElementRef<typeof CommandPrimitive>,

0 commit comments

Comments
 (0)