Skip to content

Commit

Permalink
feat: ✨ ignore *.gen.* generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Nov 5, 2024
1 parent 4ddefa1 commit 9ba9546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
quoteProps: "consistent",
overrides: [
{
files: ["pnpm-lock.yaml", "CHANGELOG.md"],
files: ["pnpm-lock.yaml", "CHANGELOG.md", "*.gen.*"],
options: {
rangeEnd: 0,
},
Expand Down

0 comments on commit 9ba9546

Please sign in to comment.