Skip to content

Commit 2e1461e

Browse files
authored
chore(linter): ignore dist/ (#24)
Signed-off-by: William So <[email protected]>
1 parent ed59059 commit 2e1461e

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)