Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/js-eslint-plugin-tap-given
tap-given environment for ESLint
https://github.com/dex4er/js-eslint-plugin-tap-given
Last synced: about 2 months ago
JSON representation
tap-given environment for ESLint
- Host: GitHub
- URL: https://github.com/dex4er/js-eslint-plugin-tap-given
- Owner: dex4er
- License: mit
- Created: 2017-03-30T12:52:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T12:58:41.000Z (over 7 years ago)
- Last Synced: 2024-10-18T03:36:17.547Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## eslint-plugin-tap-given
[![Build Status](https://secure.travis-ci.org/dex4er/js-eslint-plugin-tap-given.svg)](http://travis-ci.org/dex4er/js-eslint-plugin-tap-given) [![npm](https://img.shields.io/npm/v/eslint-plugin-tap-given.svg)](https://www.npmjs.com/package/eslint-plugin-tap-given)
This module provides plugin which defines global symbols from
[tap-given](https://www.npmjs.com/package/tap-given) for
[eslint](https://www.npmjs.com/package/eslint) and
[standard](https://www.npmjs.com/package/standard)### Installation
```shell
npm install eslint-plugin-tap-given
```### Usage
In `package.json`:
```js
{
"standard": {
"plugins": [ "tap-given" ],
"env": [ "tap-given/tap-given" ]
}
}
```or:
```js
{
"eslintConfig": {
"plugins": [ "tap-given" ],
"env": {
"tap-given/tap-given": true
}
}
}
```or in any `.js` file:
```js
/* eslint-env tap-given/tap-given */
```### License
Copyright (c) 2017 Piotr Roszatycki
[MIT](https://opensource.org/licenses/MIT)