1
0
Fork 0

neovim: Run ESLint on TypeScript files

This commit is contained in:
Jeremy Kaplan 2022-01-06 17:42:26 -08:00
commit e56fb21157

View file

@ -176,6 +176,9 @@ let g:ale_linters = {
\ 'sh': [
\ 'shellcheck',
\ ],
\ 'typescript': [
\ 'eslint',
\ ],
\ 'zsh': [
\ 'shellcheck',
\ ],