Skip to content

Commit

Permalink
style: remove createDefaultProgram eslint
Browse files Browse the repository at this point in the history
issue had to do with opening the project from a symlink
Related: typescript-eslint/typescript-eslint#2987
  • Loading branch information
tabcat committed Sep 15, 2022
1 parent ba25675 commit 1fd5c31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module",
"project": "./tsconfig.json",
"createDefaultProgram": true
"project": "./tsconfig.json"
},
"ignorePatterns": ["dist", "/src/mods/keychain/libp2p-keychain/*.ts"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
"exclude": [
"node_modules",
"<node_internals>/**",
"dist",
"dist"
]
}

0 comments on commit 1fd5c31

Please sign in to comment.