项目作者: forthright

项目描述 :
Identify common style and maintainability issues in your JavaScript code.
高级语言: JavaScript
项目地址: git://github.com/forthright/vile-jshint.git
创建时间: 2015-10-25T07:37:52Z
项目社区:https://github.com/forthright/vile-jshint

开源协议:Mozilla Public License 2.0

下载


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

  1. npm i -D vile vile-jshint

Config

Plugin config goes in your .vile.yml:

  1. jshint:
  2. config: filepath or object
  3. 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:

  1. jshint:
  2. config: some/other/.jshintrc
  3. ignore: some/other/.jshintignore

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

  1. jshint:
  2. allow:
  3. - src
  4. ignore:
  5. - /lib

Inline Config Example

You can also write config inline.

  1. jshint:
  2. config:
  3. asi: true
  4. globals:
  5. 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.