Skip to content

MikeBellika/usestate_eslint_nuxt

Repository files navigation

ESLint useState reproduction

This repo shows that vue/no-ref-as-operand doesn't pick up on useState being used without .value.

To reproduce run:

pnpm install && pnpm lint

You should see that line 9 gives an error with the ref, but line 4 doesn't

About

Reproduction for https://github.com/nuxt/eslint/issues/455

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published