feat(ags): add eslint to project

This commit is contained in:
matt1432 2023-10-20 17:46:00 -04:00
parent 974a34fecb
commit 0b7cf3b813
4 changed files with 87 additions and 0 deletions
common/modules/neovim

View file

@ -55,6 +55,7 @@ in
settings = {
"colors.enable" = true;
"coc.preferences.formatOnType" = true;
"eslint.format.enable" = true;
"Lua.misc.parameters" = [
"--metapath"
"~/.cache/sumneko_lua/meta"
@ -96,6 +97,7 @@ in
coc-toml
coc-markdownlint
coc-tsserver
coc-eslint
neodev-nvim
coc-fzf