Skip to content

Commit

Permalink
fix eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Oct 22, 2024
1 parent 65c7935 commit a6258ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,5 @@ export default tseslint.config(
}],
}
},
{ ignores: ["eslint.config.mjs", "dist/*"], },
{ ignores: ["eslint.config.mjs", "lib/*"], },
);

0 comments on commit a6258ef

Please sign in to comment.