- Rewrote the package using ES2015 (Babel)
- ES2015 and JSX fix support based on esprima-fb
- Uses Atom native notifications (need to enable in package settings)
- Uses BufferedNodeProcess instead of BufferedProcess
- Add support for JSX files
- Add warning when fixing a not yet saved file
- Fix bug on settings view
- Add setting option for JSCS binary location
- Add settings view for default preset and ES2015 mode
- Uses
.jscsrc
file located on project root
- Invoking
jscs
straight from node_modules
- Fixes a file using jscs --fix