Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 228 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 228 Bytes

mod-jshint

Validate javascript files with jshint

Usage

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