A Vile plugin for identifying common style and maintainability issues in your JavaScript code (via JSHint).
NOTICE
This project is not actively maintained. If you want to help maintain the project, or if you have a better alternative to switch to, please open an issue and ask!
npm i -D vile vile-jshint
Plugin config goes in your .vile.yml:
jshint:
config: filepath or object
ignore: filepath or arrayIf no config path is specified, .jshintrc will be used.
You can specify custom paths for your .jshintignore and
.jshintrc files:
jshint:
config: some/other/.jshintrc
ignore: some/other/.jshintignoreYou can also set ignore/allow behaviour via allow and ignore lists.
jshint:
allow:
- src
ignore:
- /libYou can also write config inline.
jshint:
config:
asi: true
globals:
Promise: trueThis project uses Semver.
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Current list of Contributors.
Any contributions are welcome and appreciated!
All you need to do is submit a Pull Request.
- Please consider tests and code quality before submitting.
- Please try to keep commits clean, atomic and well explained (for others).
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an issue or question is welcome.
By participating in this project you agree to our Code of Conduct.