Skip to content

Commit 09d36a8

Browse files
committed
fix eslint config
1 parent 954939e commit 09d36a8

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
@@ -327,5 +327,5 @@ export default tseslint.config(
327327
}],
328328
}
329329
},
330-
{ ignores: ["eslint.config.mjs", "dist/*"], },
330+
{ ignores: ["eslint.config.mjs", "dist/*", "lib/*"], },
331331
);

0 commit comments

Comments
 (0)