mirror of
https://github.com/Xevion/the-office.git
synced 2026-01-31 00:26:07 -06:00
feat: ignore lint/format for components/ui
This commit is contained in:
+2
-1
@@ -1,3 +1,4 @@
|
||||
data/
|
||||
public/img/
|
||||
public/json/
|
||||
public/json/
|
||||
app/components/ui/
|
||||
+3
-1
@@ -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/**'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user