neoclide / coc-eslint

Eslint extension for coc.nvim
MIT License
396 stars 25 forks source link

Eslint 8 support #126

Closed ravisumit33 closed 2 years ago

ravisumit33 commented 2 years ago

Currently this extension doesn't work with Eslint version 8. I get error saying CLIEngine is not exported. Looks like it relates to https://github.com/microsoft/vscode-eslint/issues/1329 and according to them it will be fixed with their v2.2.0 (https://github.com/microsoft/vscode-eslint/issues/972#issuecomment-932335309)

What is the plan of coc-eslint for this ?

chemzqm commented 2 years ago

Could be your coc-eslint need upgrade https://github.com/neoclide/coc-eslint/blob/master/package.json#L171