pon-task-lint
v1.1.0
Published
Pon task for lint
Downloads
4
Readme
pon-task-lint
Pon task for lint
Installation
$ npm install pon-task-lint --save
Usage
'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.