eslint-plugin-tap-given
v0.0.1
Published
tap-given environment for ESLint
Maintainers
Readme
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-givenUsage
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 [email protected]
