Skip to content

Commit 277c139

Browse files
committed
add lint to JS that exists
1 parent efc67a8 commit 277c139

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

eslint.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ export default tseslint.config(
1818

1919
...pluginVue.configs['flat/recommended'],
2020

21-
/**
21+
/**
2222
* The TypeScript lint settings
2323
*/
2424
{
25-
files: ['**/*.ts', '**/*.tsx'],
25+
basePath: 'src',
26+
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
2627
extends: [
2728
...tseslint.configs.recommendedTypeChecked,
2829
...tseslint.configs.stylisticTypeChecked,

0 commit comments

Comments
 (0)