Skip to content

Commit

Permalink
chore: improve eslint conf
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoliaots committed Sep 20, 2024
1 parent 530e8a6 commit 6892c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const jestFiles = ['packages/*/test/**/*', 'packages/**/*.spec.ts'];

export default tseslint.config(
{
ignores: ['eslint.config.js', 'sample/', '**/dist/', 'packages/*/*.js']
ignores: ['eslint.config.js', 'packages/*/dist/', 'packages/*/*.js']
},
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
Expand Down

0 comments on commit 6892c68

Please sign in to comment.