Skip to content

Commit 796a63b

Browse files
committed
fix pythonExtensionApi linting
1 parent 0810a0d commit 796a63b

File tree

3 files changed

+1592
-63
lines changed

3 files changed

+1592
-63
lines changed

pythonExtensionApi/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default [
77
ignores: ['**/out/**'],
88
},
99
{
10-
files: ['**/main.d.ts'],
10+
files: ['**/*.ts', '**/*.tsx'],
1111
languageOptions: {
1212
parser: tsParser,
1313
},

0 commit comments

Comments
 (0)