jakoblind / webpack-autoconf

A tool to create frontend apps using webpack, Parcel or Snowpack
https://createapp.dev/
876 stars 78 forks source link

react plugin not mentioned in package.json #85

Closed shafkathullah closed 4 years ago

shafkathullah commented 4 years ago

react plugin not mentioned in package.json

jakoblind commented 4 years ago

could you describe the issue in more detail? I cannot seem to reproduce the issue.

shafkathullah commented 4 years ago

Screenshot 2020-02-24 at 2 02 08 PM Here we need "eslint-plugin-react" in the package.json right? Because we are using it in ".eslintrc" file.

jakoblind commented 4 years ago

Yes you are right. I even get the error message when trying to run:

jakoblind@MBPsomthorJakob ~/D/empty-project (15)> npx eslint src/*
Failed to load plugin 'react' declared in '.eslintrc.json': Cannot find module 'eslint-plugin-react'
Require stack:
- /Users/jakoblind/Downloads/empty-project (15)/__placeholder__.js

Thanks for reporting. This should be fixed!

linus345 commented 4 years ago

I can fix this if needed.

jakoblind commented 4 years ago

that would be great @linus345 !