# eslint-config-spec-base

> Base eslint configuration and rules for @spec templates.

Latest version **2.1.2** (published 2018-01-22) · 0 weekly downloads

## Install

```sh
npm install eslint-config-spec-base
pnpm add eslint-config-spec-base
yarn add eslint-config-spec-base
bun add eslint-config-spec-base
```

## 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.2 |
| Published | 2018-01-22 |
| First published | 2018-01-19 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Josh Black |
| Maintainers | joshblack |

## Links

- npm: https://www.npmjs.com/package/eslint-config-spec-base
- Repository: https://github.com/joshblack/spec/tree/master/packages/eslint-config-spec-base
- Issues: https://github.com/joshblack/spec/issues
- npm.io page: https://npm.io/package/eslint-config-spec-base

## Recent versions

- 2.1.2 (latest) — 2018-01-22
- 2.1.1 — 2018-01-22
- 2.1.0 — 2018-01-22
- 2.1.0-1 — 2018-01-22
- 2.1.0-0 — 2018-01-22
- 2.0.0 — 2018-01-20
- 1.3.1 — 2018-01-19
- 1.3.0 — 2018-01-19

## README

# `eslint-config-spec-base`

> Provides a base set of ESLint rules and plugins to be shared by `@spec/cli` projects.

## Usage

```bash
npm install eslint-config-spec-base --save
# or
yarn add eslint-config-spec-base
```

In addition, `eslint-config-spec-base` requires `eslint` and `eslint-plugin-import` to be installed. You can install the correct versions of each package by running the following command:

```bash
npm info "eslint-config-spec-base@latest" peerDependencies
```

This typically gives you an output like:

```bash
{ eslint: '^3.19.0', 'eslint-plugin-import': '^2.2.0' }
```

Which you can then use like:

```bash
npm i eslint@^3.19.0 eslint-plugin-import@^2.2.0 --save-dev
```

Finally, just add `"extends": "spec-base"` to your `.eslintrc`.

In addition, we also have a sample project available in the `examples` folder of this project.

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