eslint-friendly-formatter

v2.0.3
simple formatter/reporter for eslint that's friendly with Sublime Text and iterm2 'click to open file' functionality
eslint formatter reporter 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

verify

npm run check && npm test

changelog

changelogx -f markdown -o ./changelog.md

do-changelog

npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify

install-hooks

prepush install && changelogx install-hook && precommit install

pre-v

npm run verify

post-v

npm run do-changelog && git push --no-verify && git push --tags --no-verify

bump-major

npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v

bump-minor

npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v

bump-patch

npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v

Metadata

  • MIT
  • >=0.10.0
  • Roy Riojas
  • released 4/18/2016

Downloads

Maintainers