Lint with eslint on save
This commit is contained in:
parent
4dcab39d5b
commit
0feb6580b1
1 changed files with 16 additions and 14 deletions
|
@ -1,16 +1,18 @@
|
||||||
{
|
{
|
||||||
"coc.preferences.formatOnSaveFiletypes": [
|
"coc.preferences.formatOnSaveFiletypes": [
|
||||||
"cpp",
|
"cpp",
|
||||||
"javascript",
|
"javascript",
|
||||||
"typescript",
|
"typescript",
|
||||||
"typescriptreact",
|
"typescriptreact",
|
||||||
"json",
|
"json",
|
||||||
"markdown",
|
"markdown",
|
||||||
"python",
|
"python",
|
||||||
"rust",
|
"rust",
|
||||||
"toml",
|
"toml",
|
||||||
"yaml"
|
"yaml"
|
||||||
],
|
],
|
||||||
"clangd.path": "/home/mandlm/.config/coc/extensions/coc-clangd-data/install/11.0.0/clangd_11.0.0/bin/clangd",
|
"clangd.path": "/home/mandlm/.config/coc/extensions/coc-clangd-data/install/11.0.0/clangd_11.0.0/bin/clangd",
|
||||||
"eslint.format.enable": true
|
"eslint.autoFixOnSave": true,
|
||||||
|
"eslint.format.enable": true,
|
||||||
|
"eslint.packageManager": "yarn"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue