# @tylergaffaney/eslint-config

> tylergaffaney eslint config

Latest version **0.2.4** (published 2023-02-27) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.4 |
| Published | 2023-02-27 |
| First published | 2023-02-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tyler Gaffaney |
| Maintainers | tylergaffaneypersonal |
| Keywords | tylergaffaney, eslint-config |

## Links

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

## Dependencies (4)

- [eslint-plugin-node](https://npm.io/package/eslint-plugin-node.md) ^11.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.22.1
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) ^4.3.1
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) ^16.0.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

- 0.2.4 (latest) — 2023-02-27
- 0.2.3 — 2023-02-26
- 0.2.2 — 2023-02-26

## README

# Personal configs

Credit:  Forked from [ntnyq](https://github.com/ntnyq/configs)

# EsLint config

## Usage

### Install

```bash
$ npm i @tylergaffaney/eslint-config -D
# OR
$ yarn add @tylergaffaney/eslint-config -D
```

### Extend this config

in `.eslintrc.js`

```js
module.exports = {
    root: true,

    extends: ['@tylergaffaney'],

    rules: {
        // Override rules
    },
}
```

in `package.json`

```json
{
    "eslintConfig": {
        "root": true,
        "extends": "@tylergaffaney"
    }
}
```

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