thepassle / eslint-plugin-barrel-files

MIT License
118 stars 10 forks source link

fix(typo): supported rule named incorrectly in readme #14

Closed leefreemanxyz closed 3 months ago

leefreemanxyz commented 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.

thepassle commented 3 months ago

Good catch, thank you :)