I'm not exactly sure how to configure CLI JSLint rules. Could we please add more explicit usage examples for this in the README, answering questions like:
- Is there a convention for the JSLint configuration filename, like
.jslintrc or jslint.conf?
- Does jslint automatically load configuration on a per-project (
./.jslintrc)or per-user ($HOME/.jslintrc) basis? Or do users have to manually specify --conf .jslintrc or this to happen?