Skip to content

Commit

Permalink
all files checks what in lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 26, 2024
1 parent 8a661b7 commit 69e7998
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 @@ -7,7 +7,7 @@ export default tseslint.config(
// all
{
languageOptions: { parser: tseslint.parser },
files: ['**/*.ts'],
files: ['packages/**/src/**/*.ts'], // match what's checked in check:lint script
plugins: {
import: importPlugin,
},
Expand Down

0 comments on commit 69e7998

Please sign in to comment.