vitest-dev / vscode

VS Code extension for Vitest
https://vitest.dev/vscode
MIT License
740 stars 83 forks source link

chore: upgrade to eslint9 #440

Closed btea closed 1 month ago

btea commented 1 month ago

Upgrade eslint and @antfu/eslint-config, and fix some eslint errors.

btea commented 1 month ago

It looks like the plugin packaged code uses commonjs syntax, maybe we shouldn't add the "type": "module" field.

sheremet-va commented 1 month ago

It looks like the plugin packaged code uses commonjs syntax, maybe we shouldn't add the "type": "module" field.

Yeah, vscode extensions cannot be ESM

btea commented 1 month ago

The test seems to be consistently failing, but it doesn't seem to be caused by my changes.