pon-task-lint

Pon task for lint

Usage no npm install needed!

<script type="module">
  import ponTaskLint from 'https://cdn.skypack.dev/pon-task-lint';
</script>

README

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

Param type Description
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links