Skip to content

Commit

Permalink
fix(eslint-config): add files option (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 29, 2024
1 parent 9085705 commit a52a897
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 a52a897

Please sign in to comment.