mod-jshint

0.1.0 • Public • Published

mod-jshint

Validate javascript files with jshint

Usage

module.exports = {
    plugins: {
        "jshint": "mod-jshint"
    },
    tasks: {
        "jshint": {
            src: "./test.js"
        }
    }
};

/mod-jshint/

    Package Sidebar

    Install

    npm i mod-jshint

    Weekly Downloads

    3

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • yuanyan