Skip to content

Commit 0810a0d

Browse files
committed
add out ignore
1 parent 31e2061 commit 0810a0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pythonExtensionApi/eslint.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import tseslint from '@typescript-eslint/eslint-plugin';
22
import tsParser from '@typescript-eslint/parser';
33

44
export default [
5+
// Base configuration for all files
6+
{
7+
ignores: ['**/out/**'],
8+
},
59
{
610
files: ['**/main.d.ts'],
711
languageOptions: {

0 commit comments

Comments
 (0)