ci: Ignore ShadCN in ESLint

This commit is contained in:
April Hall 2025-02-07 22:48:45 -05:00
parent 9b8baefc36
commit 303434da22
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -31,4 +31,7 @@ export default ts.config(
},
},
},
{
ignores: ['src/lib/components/ui/**'],
},
);