[Bug]: Issue with shared-config
Closed this issue · 0 comments
gbowne1 commented
Describe the Bug
Am getting this:
eslint] Failed to load config "shared-config" to extend from.
Referenced from: /media/gbowne1/18656299-5992-400a-a7a4-b6ffc4b0612f/Documents/reactsocialnetwork/client/.eslintrc
when I start the app
Steps to Reproduce
Start the development server by cd to /server and running npm start then opening a new terminal and changing to /client then running npm start there as well.
Screenshots
Which device are you using?
PC, Desktop, Intel Core i7-3770k
Which operating system are you using?
Linux, Debian based
Which browser are you using?
Firefox 112
Additional Context
I have found the solution to this problem with the .eslintrc and will issue a PR fix for this.
This is an artifact of previously trying to solve the eslint and prettier errors we were having with the config.
Contribute
- I am willing to contribute and submit a pull request