Skip to content

Commit

Permalink
add excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfrenken committed Aug 29, 2024
1 parent 1b63691 commit e7c08a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ export default [
rules: {
'@typescript-eslint/explicit-module-boundary-types': 'off'
}
},
{
ignores: ['**/dist-cjs/**/*']
}
];

0 comments on commit e7c08a8

Please sign in to comment.