SublimeJSCSFormatter
SublimeJSCSFormatter copied to clipboard
Error: No configuration found :-(
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 your project root or use the -c option
Shouldn't plugin search for this jscs config file in first place?
That is an error message from JSCS, not this plugin. What happens when you run the jscs command from your project folder in the command line?
Hi!
Today it surprisingly works, but very, very slow.
Sometimes I need hit ctrl + shift + H
shortcut couple times to get in Sublime Text console standard plugin output with info about using changed path for Node
and JSCS
:-/
Happens for me too.
node 6.5.0 jscs 3.0.7 Mac OS X, 10.11.6
Should I override somehow and create a config file ?