Skip to content

Commit a2e3d88

Browse files
committed
chore: update eslint config
1 parent b576b72 commit a2e3d88

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
@@ -2,7 +2,7 @@ import unjs from "eslint-config-unjs";
22

33
export default unjs({
44
ignores: [
5-
// ignore paths
5+
"test/fixture/dist/**"
66
],
77
rules: {
88
"unicorn/no-null": "off",

0 commit comments

Comments
 (0)