Skip to content

Commit 6978154

Browse files
committed
use pnpm with eslint
1 parent 719fb75 commit 6978154

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dot_config/nvim/coc-settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@
190190
"ltex.languageToolHttpServerUri": "${env:LANGTOOL_HTTP_URI}",
191191
"ltex.languageToolOrg.username": "${env:LANGTOOL_USERNAME}",
192192
"ltex.languageToolOrg.apiKey": "${env:LANGTOOL_API_KEY}",
193-
"eslint.packageManager": "yarn",
194-
"eslint.nodePath": ".yarn/sdks",
195-
"tsserver.tsdk": ".yarn/sdks/typescript/lib",
193+
"eslint.packageManager": "pnpm",
196194
"python.formatting.provider": "black",
197195
"cSpell.showStatus": false,
198196
"cSpell.allowCompoundWords": true,

0 commit comments

Comments
 (0)