Skip to content

Commit 14d4040

Browse files
committed
fix eslint config
1 parent dec5e28 commit 14d4040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ export default tseslint.config(
326326
}],
327327
}
328328
},
329-
{ ignores: ["eslint.config.mjs", "dist/*"], },
329+
{ ignores: ["eslint.config.mjs", "lib/*"], },
330330
);

0 commit comments

Comments
 (0)