eslint-plugin-tap-given
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