Skip to content

Commit 1bc5775

Browse files
committed
updates for files covered
1 parent fc7c93b commit 1bc5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default [
2929
},
3030
// TypeScript-specific configuration
3131
{
32-
files: ['**/*.ts', '**/*.tsx'],
32+
files: ['**/*.ts', '**/*.tsx', 'src', 'pythonExtensionApi/src'],
3333
languageOptions: {
3434
parser: tsParser,
3535
parserOptions: {

0 commit comments

Comments
 (0)