0.0.1 • Published 7 years ago

eslint-plugin-tap-given v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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