Skip to content

Commit

Permalink
include all file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Dec 1, 2024
1 parent eab9c97 commit 5f10a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-viewer/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default [
ignores: ['**/*.config.ts', 'node_modules/**', 'dist/**', '**/playwright-report/**']
},
{
files: ['**/*.js', '**/*.ts', '**/*.tsx', '**/*.vue'],
files: ['**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx', '**/*.vue'],
languageOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
Expand Down

0 comments on commit 5f10a7a

Please sign in to comment.