-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eslint-godaddy-react fails to run on Windows. #44
Comments
Known issue. Would accept PR. Solution is to strip |
The fix isn't that easy, I don't think. I believe that code makes the assumption that it's going to be requiring JavaScript, but stripping the
|
Curious thought I looked at this yesterday and agree w/ @gisenberg that it doesn't seem to be as simple as stripping |
@indexzero nvm @gisenberg and I are going to pair up to tackle this issue 😁 |
Is that script really the best way to go anyway? It seems that just creating the appropriate {
"root": true,
"extends": "godaddy"
} ...and then integrations with IDEs, etc., will work without any extra tools. |
Goal is to have --fix on everywhere. There may be other ways to shave that yak though. |
Just realized i never worked on this 😞 |
Just ran into this, temp fix is to just change |
Closing this for now as there is a workaround w/ out needing to investigate. If there is enough chatter on here we can revisit |
Minimal repro here: https://github.com/gisenberg/eslint-godaddy-react-repro
node: v6.0.0
npm: v3.8.6
When running
eslint-godaddy-react
on Windows, the script execution fails. Example output below:gdlint:
eslint:
The text was updated successfully, but these errors were encountered: