We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719fb75 commit 6978154Copy full SHA for 6978154
dot_config/nvim/coc-settings.json
@@ -190,9 +190,7 @@
190
"ltex.languageToolHttpServerUri": "${env:LANGTOOL_HTTP_URI}",
191
"ltex.languageToolOrg.username": "${env:LANGTOOL_USERNAME}",
192
"ltex.languageToolOrg.apiKey": "${env:LANGTOOL_API_KEY}",
193
- "eslint.packageManager": "yarn",
194
- "eslint.nodePath": ".yarn/sdks",
195
- "tsserver.tsdk": ".yarn/sdks/typescript/lib",
+ "eslint.packageManager": "pnpm",
196
"python.formatting.provider": "black",
197
"cSpell.showStatus": false,
198
"cSpell.allowCompoundWords": true,
0 commit comments