vitest-dev / eslint-plugin-vitest

eslint plugin for vitest
MIT License
325 stars 44 forks source link

docs: Use valid plugin name in ESLint v8 instructions #525

Closed kamilogorek closed 1 month ago

kamilogorek commented 1 month ago

Removed incorrecly used @.

bruce-c-liu commented 1 month ago

@veritem

I don't think this fix is correct. Things were working with https://github.com/vitest-dev/eslint-plugin-vitest/pull/499, but this breaks it again.

bruce-c-liu commented 1 month ago

Oh, I see. It's because @kamilogorek was using the "deprecated" eslint-plugin-vitest package instead of the now "official" @vitest/eslint-plugin package.

Related issue: https://github.com/vitest-dev/eslint-plugin-vitest/issues/537

@kamilogorek Please revert this change and use @vitest/eslint-plugin instead. Thanks :)

kamilogorek commented 1 month ago

Ah gotcha, can confirm everything works just fine with @vitest/eslint-plugin. Cheers!