# eslint-config-perf-standard

> A set of eslint rules for performant JS

Latest version **2.1.1** (published 2016-03-30) · 0 weekly downloads

## Install

```sh
npm install eslint-config-perf-standard
pnpm add eslint-config-perf-standard
yarn add eslint-config-perf-standard
bun add eslint-config-perf-standard
```

## 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 | 2.1.1 |
| Published | 2016-03-30 |
| First published | 2015-11-01 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Raynos |
| Maintainers | raynos |

## Links

- npm: https://www.npmjs.com/package/eslint-config-perf-standard
- Repository: https://github.com/Raynos/eslint-config-perf-standard
- Issues: https://github.com/Raynos/eslint-config-perf-standard/issues
- npm.io page: https://npm.io/package/eslint-config-perf-standard

## Recent versions

- 2.1.1 (latest) — 2016-03-30
- 2.1.0 — 2016-01-10
- 2.0.0 — 2016-01-08
- 1.0.0 — 2015-11-01

## README

# eslint-config-perf-standard

<!--
    [![build status][build-png]][build]
    [![Coverage Status][cover-png]][cover]
    [![Davis Dependency status][dep-png]][dep]
-->

<!-- [![NPM][npm-png]][npm] -->

A set of eslint rules for performant JS

## Example

Works with eslint@1.8.0

Use like so:

```js
// .eslintrc
{
    "extends": "perf-standard",
    "rules": {
        "max-len": [0]
    }
}
```

Also configure your package.json like so:

```js
{
    "scripts": {
        "lint": "eslint $(git ls-files | grep '.js$')"
    }
}
```

## Installation

`npm install eslint-config-perf-standard`

## Tests

`npm test`

## Contributors

 - Raynos

## MIT Licensed

  [build-png]: https://secure.travis-ci.org/Raynos/eslint-config-perf-standard.png
  [build]: https://travis-ci.org/Raynos/eslint-config-perf-standard
  [cover-png]: https://coveralls.io/repos/Raynos/eslint-config-perf-standard/badge.png
  [cover]: https://coveralls.io/r/Raynos/eslint-config-perf-standard
  [dep-png]: https://david-dm.org/Raynos/eslint-config-perf-standard.png
  [dep]: https://david-dm.org/Raynos/eslint-config-perf-standard
  [npm-png]: https://nodei.co/npm/eslint-config-perf-standard.png?stars&downloads
  [npm]: https://nodei.co/npm/eslint-config-perf-standard

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