# eslint-plugin-radargun

> ESLint plugin that adds an environment for the radargun benchmarking utility.

Latest version **1.0.1** (published 2018-01-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-radargun
pnpm add eslint-plugin-radargun
yarn add eslint-plugin-radargun
bun add eslint-plugin-radargun
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-01-01 |
| First published | 2018-01-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | dsfields |
| Keywords | benchmark, performance, speed, analysis, test, eslint, plugin, radargun, environment |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-radargun
- Repository: https://github.com/dsfields/eslint-plugin-radargun
- Homepage: https://github.com/dsfields/eslint-plugin-radargun#readme
- Issues: https://github.com/dsfields/eslint-plugin-radargun/issues
- npm.io page: https://npm.io/package/eslint-plugin-radargun

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-01-01
- 1.0.0 — 2018-01-01

## README

# eslint-plugin-radargun

Adds an environment to ESLint for the [`radargun`](https://www.npmjs.com/package/radargun) benchmarking utility.

## Usage

Install the plugin as a `devDependency`:

```sh
$ npm install eslint-plugin-radargun -D
```

Add an `.eslintrc` file to the directory that contains all of your `radargun` benchmarking scripts:

```json
{
  "env": {
    "radargun/bin": true
  },
  "plugins": [
    "radargun"
  ]
}
```

This configuration ensures that the `bench()` function is recognized as a global when the script is run by `radargun`.

---
_Source: https://npm.io/package/eslint-plugin-radargun · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
