You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run npm run start, it fails with
ESLint couldn't find a configuration file. To set up a configuration file for this project, please run:
eslint --init
It seems like a configuration file needs to be added, I'm guessing everyone who maintains this happens to have one in their home folder and it is falling back to that.
The text was updated successfully, but these errors were encountered:
Thank you for this! Actually I'm refactoring the entire project to get rid of oclif and lift the entire project on new feet's to ensure further enhancements. I guess the new version will be available next year.
When attempting to run
npm run start
, it fails withIt seems like a configuration file needs to be added, I'm guessing everyone who maintains this happens to have one in their home folder and it is falling back to that.
The text was updated successfully, but these errors were encountered: