Skip to content

Commit 1fd5c31

Browse files
committed
style: remove createDefaultProgram eslint
issue had to do with opening the project from a symlink Related: typescript-eslint/typescript-eslint#2987
1 parent ba25675 commit 1fd5c31

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"parserOptions": {
99
"ecmaVersion": "latest",
1010
"sourceType": "module",
11-
"project": "./tsconfig.json",
12-
"createDefaultProgram": true
11+
"project": "./tsconfig.json"
1312
},
1413
"ignorePatterns": ["dist", "/src/mods/keychain/libp2p-keychain/*.ts"]
1514
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@
107107
"exclude": [
108108
"node_modules",
109109
"<node_internals>/**",
110-
"dist",
110+
"dist"
111111
]
112112
}

0 commit comments

Comments
 (0)