mihai-vlc / sublime-jsfmt

jsfmt plugin for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSCS configuration files as formatting rules.

opened this issue · comments

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.

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
itself is really good.

At the very least we should have a utility that can translate between the
two rule formats.

On Tue, Nov 18, 2014 at 8:38 AM, Alex V. Kostyukov <notifications@github.com

wrote:

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.


Reply to this email directly or view it on GitHub
#3 (comment)
.