Skip to content

Commit

Permalink
Upgrade to use eslint8
Browse files Browse the repository at this point in the history
The previous version of eslint might not work properly
neoclide/coc-eslint#118
  • Loading branch information
Tianbo Qiu authored and Tianbo Qiu committed Dec 16, 2021
1 parent 6c0ae25 commit b88ed74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/coc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let g:coc_global_extensions = [
\ 'coc-tsserver',
\ 'coc-prettier',
\ 'coc-pairs',
\ 'coc-eslint',
\ 'coc-eslint8',
\ 'coc-json',
\ 'coc-rls',
\ 'coc-rust-analyzer'
Expand Down

0 comments on commit b88ed74

Please sign in to comment.