Skip to content

Commit

Permalink
fix(eslint-config): add files option
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Aug 29, 2024
1 parent 218ec87 commit 17cb7d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineFlatConfig([
),
unicornPlugin.configs['flat/recommended'],
{
files: ['src/**/*.ts'],
languageOptions: {
parser,
ecmaVersion: 'latest',
Expand Down

0 comments on commit 17cb7d0

Please sign in to comment.