SublimeJSCSFormatter icon indicating copy to clipboard operation
SublimeJSCSFormatter copied to clipboard

Sublime Text 3 Plugin to Autoformat with JSCS

Results 10 SublimeJSCSFormatter issues
Sort by recently updated
recently updated
newest added

Hi! Machine: `Windows 7` Sublime version: `Build 3095` `node_path` and `jscs_path` have relative paths in `JSCS-Formatter.sublime-settings` file. Communicate from Sublime Text: `Error: No configuration found. Add a .jscsrc file to...

When I have format_on_save: true it seems that the perfomance of my Sublime gets during days slower when I save files. Honestly I have to say I installed the plugin...

On windows, I get what I think is a python error, when trying to format a file. Not sure where it breaks...

I'd like to use JSCS Formatter in one project but not in another. I have `"format_on_save": true` in my user settings. The problem is that, in the other project, where...

I am using nodenv. Below my config. ``` json { "node_path": { "linux": "/home/raziel/.nodenv/shims/node", }, "jscs_path": { "linux": "/home/raziel/.nodenv/shims/jscs", }, "config_path": "", "format_on_save": false } ``` ``` $ which jscs...

Hi, i got this message unser windows: ``` log Using node.js path on 'windows': C:/Program Files/nodejs/node.exe Using jscs path on 'windows': C:/Program Files/nodejs/jscs Unexpected error(): 'utf-8' codec can't decode byte...

I've got a quick question regarding project specific settings; and then pointing to a project-dependand .jscsrc file. I've got a structure like this: ``` - developer - - gruntfile.js /...

Hi, I would like to change JSCS path from ``` %APPDATA%/npm/node_modules/jscs/bin/jscs ``` to ``` %PROGRAMFILES%/node/node_modules/jscs/bin/jscs ``` but when I do it, it throws an error telling me that it's unable...