We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a4111 commit 4412fd6Copy full SHA for 4412fd6
1 file changed
eslint.config.js
@@ -203,4 +203,7 @@ module.exports = [
203
sourceType: "module",
204
},
205
206
+ {
207
+ ignores: ["dist/**/*"],
208
+ },
209
];
0 commit comments