Skip to content

Commit f66c6b9

Browse files
committed
fix: make lint ignore dist/
Signed-off-by: William So <polyipseity@gmail.com>
1 parent ed59059 commit f66c6b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import pluginTs from "typescript-eslint";
55

66
export default [
77
{ files: ["**/*.{js,mjs,cjs,ts}"] },
8+
{ ignores: ["dist/"] },
89
{ languageOptions: { globals: globals.node } },
910
pluginJs.configs.recommended,
1011
...pluginTs.configs.recommended,

0 commit comments

Comments
 (0)