eslint-friendly-formatter

v1.0.7
simple formatter/reporter for eslint that's friendly with Sublime Text and iterm2 'click to open file' functionality
eslint formatter reporter eslint formatter eslint-formatter stylish

beautify

esbeautifier './index.js' 'test/specs/**/*.js'

beautify-check

esbeautifier -k './index.js' 'test/specs/**/*.js'

eslint

eslint --format './index.js' index.js test/specs/ -c './configs/eslint.json'

lint

npm run beautify && npm run eslint

test

mocha-runner 'test/specs/**/*.js'

cover

istanbul cover -x 'test/specs/**/*.js' mocha-runner 'test/specs/**/*.js' html text-summary

watch

npm run cover && watch-spawn -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary

check

npm run beautify-check && npm run eslint

prepush

npm run check && npm test

changelog

changelogx -f markdown -o ./changelog.md

install-hooks

prepush install && changelogx install-hook

Metadata

  • MIT
  • >=0.10.0
  • Roy Riojas
  • released 5/17/2015

Downloads

Maintainers