Skip to content

Commit

Permalink
Add ignore for dist
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Jul 1, 2024
1 parent 7266440 commit 863e85b
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 @@ -41,6 +41,6 @@ export default tseslint.config(
},
},
{
ignores: ['gen-nodejs/*'],
ignores: ['gen-nodejs/*', 'dist/**/*'],
}
);

0 comments on commit 863e85b

Please sign in to comment.