Package Exports
- fixmyjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fixmyjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-fixmyjs
This is the nodejs package for jshint-autofix
Meant to automatically fix your lint errors in a non-destructive way.
How to Install
sudo npm install fixmyjs -g
API
$ fixmyjs
Usage: fixmyjs [options]
Options:
-h, --help output usage information
-c, --config [.jshintrc] Load your own config file
-d, --diff Similar to dry-run
-r, --dry-run Performs a dry-run and shows you a diff
-p, --patch Output a patch file to stdout