Install JSCS and Esprima-FB:
  npm install jscs esprima-fb --save-dev 
In your .jscsrc use esprima-fb as the custom esprima option and include .jsx as a file extension. You will also need to choose a preset so there are rules to check against. If you'd rather, you can also use the --auto-configure option.