-
Notifications
You must be signed in to change notification settings - Fork 21
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
JSCS configuration files as formatting rules. #3
Comments
Yeah currently the rulesets for esformatter and jscs are not compatible. I do think someone could write a translator, though.. |
If anyone is interested in creating a utility that can bridge the configuration of jscs and jsfmt, that'd be super useful! |
Please use standard format of configuration files .jshint and .jscs, well-formed and unified across all developers. Don't construct your own bicycle for this. Thanks for your work. |
This has to happen upstream in Miller's projects but I think the idea At the very least we should have a utility that can translate between the On Tue, Nov 18, 2014 at 8:38 AM, Alex V. Kostyukov <[email protected]
|
Here's just a thought, enchancement of some sort.
You can use .jscsrc files from node-jscs in your plugin thus giving it more functionality ;). We use jscs in our company and it helped a lot setting one style in team and keeping it that way.
https://github.com/jscs-dev/node-jscs - here's link to repo.
The text was updated successfully, but these errors were encountered: