1.1.0 • Published 7 years ago
pon-task-lint v1.1.0
pon-task-lint
Pon task for lint
Installation
$ npm install pon-task-lint --saveUsage
'use strict'
const pon = require('pon')
const ponTaskLint = require('pon-task-lint')
;(async () => {
let run = pon({
myTask01: ponTaskLint({ patterns: [ 'lib/**/**.js?(x)' ] })
})
run('myTask01')
}).catch((err) => console.error(err))Signatures
define(options) -> function
Define task
| Param | type | Description |
|---|---|---|
| options | Object | Optional settings |
License
This software is released under the Apache-2.0 License.