Closed leefreemanxyz closed 3 months ago
I was trying this eslint plugin on a project and copy/pasted the rules from the readme. Eslint gave an error that barrel-files/avoid-namespace-imports didn't exist, and I figured out imports should be in the singular.
barrel-files/avoid-namespace-imports
imports
Good catch, thank you :)
I was trying this eslint plugin on a project and copy/pasted the rules from the readme. Eslint gave an error that
barrel-files/avoid-namespace-imports
didn't exist, and I figured outimports
should be in the singular.