Skip to content

Commit ca0e9c2

Browse files
committed
fix: relative path with comment
1 parent 19438f2 commit ca0e9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unraid-ui/tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* eslint-disable no-relative-import-paths/no-relative-import-paths */
21
import tailwindRemToRem from '@unraid/tailwind-rem-to-rem';
32
import type { Config } from 'tailwindcss';
43
import tailwindcssAnimate from 'tailwindcss-animate';
4+
/* eslint-disable no-relative-import-paths/no-relative-import-paths */
55
import { unraidPreset } from './src/theme/preset';
66

77
export default {

0 commit comments

Comments
 (0)