# @makeheadway/eslint-config

> Custom Headway ESLint configuration

Latest version **1.0.0** (published 2022-06-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @makeheadway/eslint-config
pnpm add @makeheadway/eslint-config
yarn add @makeheadway/eslint-config
bun add @makeheadway/eslint-config
```

## 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.0 |
| Published | 2022-06-24 |
| First published | 2022-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Vlad Zusko |
| Maintainers | svyat-krit-hw, vlad_zusko, daniil_kadzevych |
| Keywords | eslint, makeheadway, config |

## Links

- npm: https://www.npmjs.com/package/@makeheadway/eslint-config
- Repository: https://github.com/Headway-Dev/eslint-config
- Homepage: https://github.com/Headway-Dev/eslint-config#readme
- Issues: https://github.com/Headway-Dev/eslint-config/issues
- npm.io page: https://npm.io/package/@makeheadway/eslint-config

## Dependencies (4)

- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) 18.2.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.26.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^8.3.0
- [eslint-import-resolver-alias](https://npm.io/package/eslint-import-resolver-alias.md) ^1.1.2

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-06-24

## README

# @makeheadway/eslint-config

Custom Headway ESLint configuration. Based on Airbnb configuration with some changes. Includes Prettier erroring.

## Installing

### Using NPM

```bash
npm install --save-dev eslint @makeheadway/eslint-config;
```

### Using Yarn

```bash
yarn add --dev eslint @makeheadway/eslint-config;
```

## Setting config

### By hands

Add the following in `.eslintrc`:

```json
{
  "extends": [..., "@makeheadway/eslint-config"],
  ...
}
```

Or use the following command, if you does not have `ESLint` yet:

### By command

```bash
echo "{ \"extends\": [\"@makeheadway/eslint-config\"] }" > .eslintrc;
```

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