You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using polyjuice.from.eslint an object with keys jscs and jshint is returned.
CLI
If installed globally, you can use polyjuice as a command line utility. You can check which rules have been discarded by adding --discarded or -d to your command.
To ESLint
You must provide the files to be assessed by using the options --jshint and --jscs, for instance:
Note you are allowed to pass in any number of files
To JSHint and JSCS
You must provide the file to be assessed by using the option --eslint and also which output you want by using either --to-jshint or --to-jscs, for instance:
Note you are allowed to pass in any number of files
Contributing
Contributions are always welcome! If you want to have a better understanding about the conversion files, I encourage you to take a look at the conversion page. You can also check the rules discarded when parsing JSCS, parsing JSHint and parsing ESLint.
Versions used
These are the versions used as source of the translation. Therefore, you may expect all rules up to those versions to have been mapped to the target tool.
ESLint: v1.7.2
JSCS: v3.0.2
JSHint: v2.9.2
License
MIT
About
A utility to convert JSHint and JSCS files into ESLint files and vice-versa