neovim: Run ESLint on TypeScript files
This commit is contained in:
parent
de5ed5f67d
commit
e56fb21157
1 changed files with 3 additions and 0 deletions
|
|
@ -176,6 +176,9 @@ let g:ale_linters = {
|
|||
\ 'sh': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
\ 'typescript': [
|
||||
\ 'eslint',
|
||||
\ ],
|
||||
\ 'zsh': [
|
||||
\ 'shellcheck',
|
||||
\ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue