Skip to content

Commit

Permalink
chore: update linter setup
Browse files Browse the repository at this point in the history
  • Loading branch information
songkg7 committed Dec 12, 2024
1 parent 4e2aa20 commit 83f3e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const compat = new FlatCompat({

export default [
{
files: ['**/*.ts', '**/*.tsx'],
files: ['**/*.ts', '**/*.tsx', '**/*.yml', '**/*.json'],
ignores: ['**/node_modules/', '**/main.js'],
},
...compat.extends(
Expand Down

0 comments on commit 83f3e66

Please sign in to comment.