You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused, why are you installing @jirimoravcik/eslint-plugin-import? that's not this repo, and we can't support anything not installed from eslint-plugin-import on npm.
That said, I can reproduce it, and I've fixed it in the next version.
The rule
import/enforce-node-protocol-usage
is not working with code containing theexport
keyword.How to reproduce:
@jirimoravcik/eslint-plugin-import
with version2.32.0-beta.0
as the rule was merged after2.31.0
was released.'import/enforce-node-protocol-usage': ['error', 'always'],
in your eslint configI fixed by doing an early return in jirimoravcik@272d471, but I'm not sure if that's the proper solution.
Thanks for looking into it.
The text was updated successfully, but these errors were encountered: