Skip to content

Commit

Permalink
Try to fix issue #726
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Oct 7, 2023
1 parent 7ec6650 commit f90c535
Showing 1 changed file with 35 additions and 37 deletions.
72 changes: 35 additions & 37 deletions langserver/vscode-eslint-language-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,42 @@
"--stdio"
],
"settings": {
"": {
"probe": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue",
"markdown"
],
"validate": "probe",
"packageManager": "npm",
"useESLintClass": false,
"experimental": {
"useFlatConfig": false
"probe": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue",
"markdown"
],
"validate": "probe",
"packageManager": "npm",
"useESLintClass": false,
"experimental": {
"useFlatConfig": false
},
"codeActionOnSave": {
"mode": "all"
},
"format": false,
"quiet": false,
"onIgnoredFiles": "off",
"options": {},
"rulesCustomizations": [],
"run": "onType",
"problems": {
"shortenToSingleLine": false
},
"nodePath": null,
"codeAction": {
"disableRuleComment": {
"enable": true,
"location": "separateLine",
"commentStyle": "line"
},
"codeActionOnSave": {
"mode": "all"
},
"format": false,
"quiet": false,
"onIgnoredFiles": "off",
"options": {},
"rulesCustomizations": [],
"run": "onType",
"problems": {
"shortenToSingleLine": false
},
"nodePath": null,
"codeAction": {
"disableRuleComment": {
"enable": true,
"location": "separateLine",
"commentStyle": "line"
},
"showDocumentation": {
"enable": true
}
"showDocumentation": {
"enable": true
}
}
}
Expand Down

0 comments on commit f90c535

Please sign in to comment.