feat: ignore lint/format for components/ui

This commit is contained in:
2025-07-16 19:31:15 -05:00
parent e7da1423ce
commit c904e2f8ea
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
data/
public/img/
public/json/
public/json/
app/components/ui/
+3 -1
View File
@@ -2,4 +2,6 @@
import withNuxt from './.nuxt/eslint.config.mjs';
// Your custom configs here
export default withNuxt();
export default withNuxt({
ignores: ['app/components/ui/**'],
});