broccoli-standard 
Standardize your JavaScript using Standard
This plugin is heavily inspired by and based on broccoli-eslint by makepanic makepanic/broccoli-eslint.
npm install --save broccoli-standard
var standard = require('broccoli-standard');
tree = standard(node, options);
Type: String
Default: 'eslint/lib/formatters/stylish'
Path path to a custom formatter (See eslint/tree/master/lib/formatters for alternatives).
Type: Boolean
Default: true
If the source and output files should be fixed with the standard fix option
Type: Boolean
Default: 'false'
If an error should be thrown or not when an error is found processing the file