vile-jshint

0.2.14 • Public • Published

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-jshint

Config

Plugin config goes in your .vile.yml:

jshint:
  config: filepath or object
  ignore: filepath or array

Defaults

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/.jshintignore

You can also set ignore/allow behaviour via allow and ignore lists.

jshint:
  allow:
    - src
  ignore:
    - /lib

Inline Config Example

You can also write config inline.

jshint:
  config:
    asi: true
    globals:
      Promise: true

Versioning

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.

  1. Please consider tests and code quality before submitting.
  2. 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.

Readme

Keywords

none

Package Sidebar

Install

npm i vile-jshint

Weekly Downloads

0

Version

0.2.14

License

MPL-2.0

Last publish

Collaborators

  • brentlintner