sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

Included packages? #110

Closed protometa closed 2 years ago

protometa commented 3 years ago

The README says that this includes a number of packages so you don't need to install them including eslint-plugin-import, eslint-plugin-jest, eslint-plugin-react, but prettier-standard --lint fails for me saying these modules aren't found and they don't appear to be in the tree after installing in npm list.

protometa commented 3 years ago

Ok I see now that these are installed in /src/vendor and won't be found with npm list, though I've yet to figure out how they get installed in vendor without an install script. I have one project where these never get installed, another project where they get installed but still can't be resolved, and one project where it's all working as expected...

protometa commented 3 years ago

Ok I see now that /src/vendor/node_modules is gitignored but is included when published.