Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

elmasse/taskr-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskr-standard

Standard plugin for Taskr.

Build Status

Install

$ npm install --save-dev taskr-standard

Usage

exports.lint = function * (task) {
  yield task.source('test/**/*.js')
    .standard()
    // ...
    .target('dist');
}

About

a taskr plugin to run standard linter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •