vile-jshint
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!
Installation
npm i -D vile vile-jshintConfig
Plugin config goes in your .vile.yml:
jshint:
config: filepath or object
ignore: filepath or arrayDefaults
If no config path is specified, .jshintrc will be used.
Custom Paths
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:
- /libInline Config Example
You can also write config inline.
jshint:
config:
asi: true
globals:
Promise: trueVersioning
This project uses Semver.
Licensing
This project is licensed under the MPL-2.0 license.
Any contributions made to this project are made under the current license.
Contributions
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).
Issues
Current issue tracker is on GitHub.
Even if you are uncomfortable with code, an issue or question is welcome.
Code Of Conduct
By participating in this project you agree to our Code of Conduct.