Skip to content

Commit 4412fd6

Browse files
authored
chore: eslint ignore dist/ (#585)
1 parent c7a4111 commit 4412fd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,7 @@ module.exports = [
203203
sourceType: "module",
204204
},
205205
},
206+
{
207+
ignores: ["dist/**/*"],
208+
},
206209
];

0 commit comments

Comments
 (0)