-
Notifications
You must be signed in to change notification settings - Fork 13
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
Please heavens warn folks before swapping from old.JSLint to the new version! (and blasting the settings) #49
Comments
how can I use the old version :(, unhappy now!!!! |
ok,I know how to use the old version ,now |
@rangercyh I'm facing the same issues. Please describe how to roll JSLint back to previous version? |
OK. just made git clone of this project, reverted it to previous version and replaced content of the package in Sublime. Stable commit: 8c99cc3. Very unexpected stuff in very inconvenient time. It's not only about indentation. All of my JS files started producing so many errors. And no information in documentation how to configure JS Lint right. |
@liberborn did it right. |
Reverting to previous commit worked for me. Thanks @liberborn |
yes,I do the same ,it's a pity |
Then Sublime Text > Preferences > Browse Packages > JSLint remove all files and copy and paste new files |
A few important tips, I guess, if you want to do this without bothering with
[1] Edit: I think I screwed this up initially. As this faux-bug explanation says:
|
Hey. Sorry for that. You can use any version of jslint though - it's configurable so you can use the version that ships with the ST package or another version somewhere else on your system. As for user preferences getting hosed, that totally sucks and I'm not sure if it's an ST thing or some crap with this package. Can you provide any other details? |
The update silently wiped out my settings file too. Not great.
I think it's worth putting in an option to use the old JSLint, not that it's difficult to replace the file locally, if you know where it's found. The new ES6 friendly JSLint (which I assume recently came out of beta?) gets much more opinionated than what's up at old.jslint.com -- no
this
, more draconian about loops, etc. I'm not sure that should be passively updated for plugin users. I realize the options have largely changed too, but you should keep the old ones if users have set them.Boy, unexpected fun this afternoon.
The text was updated successfully, but these errors were encountered: