Skip to content

Commit 097d149

Browse files
committed
Ignore temp dir when running lint
1 parent 75da20f commit 097d149

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eslint.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ export default defineConfig([
1616
"max-len": ["error", { code: 120 }]
1717
}
1818
},
19+
{
20+
ignores: [
21+
"temp"
22+
]
23+
},
1924
tseslint.configs.recommended,
2025
]);

0 commit comments

Comments
 (0)