1.1.0 • Published 6 years ago

pon-task-lint v1.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

pon-task-lint

Build Status npm Version JS Standard

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

ParamtypeDescription
optionsObjectOptional settings

License

This software is released under the Apache-2.0 License.

Links