-
Notifications
You must be signed in to change notification settings - Fork 51
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
Unclear error when .jscsrc is missing #103
Comments
Or it is due to the version, make sure you have matching
|
Also ran into this error. Seems as if other projects are also having this problem. Perhaps this should be fixed in jscs? Polymer/polymer-starter-kit#555 |
👍 |
I ran into the same error, agree with Evan. Where are you supposed to place this '.jscsrc' file and what are you supposed to put in it? |
My solution was simple.. Stop using jscs. It seems as if eslint has totally replaced it anyway. I didn't research well enough before I adopted jscs to begin with. gulp-jscs last had a patch 4 months ago. That effectively makes it dead. |
As a new
jscs
and currentgulp
user, I tried to get started by usinggulp-jscs
in my build. Ran into an error pretty quickly. Was able to reproduce in a simplified case and ultimately resolve.My
gulpfile.js
:With which I encounter the following error:
To self-debug, I tried running the same under plain
jscs
:Creating a
.jscsrc
file resolved both problems. Expect it would be useful for other new users to see a similar error message fromgulp-jscs
in this caseThe text was updated successfully, but these errors were encountered: