eslint-plugin-tap-given

0.0.1 • Public • Published

eslint-plugin-tap-given

Build Status npm

This module provides plugin which defines global symbols from tap-given for eslint and standard

Installation

npm install eslint-plugin-tap-given

Usage

In package.json:

{
  "standard": {
    "plugins": [ "tap-given" ],
    "env": [ "tap-given/tap-given" ]
  }
}

or:

{
  "eslintConfig": {
    "plugins": [ "tap-given" ],
    "env": {
      "tap-given/tap-given": true
    }
  }
}

or in any .js file:

/* eslint-env tap-given/tap-given */

License

Copyright (c) 2017 Piotr Roszatycki piotr.roszatycki@gmail.com

MIT

Package Sidebar

Install

npm i eslint-plugin-tap-given

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dex4er