# @jdpnielsen/eslint-config

> ESLint config for JS projects

Latest version **0.0.4** (published 2021-11-24) · ISC license · 0 weekly downloads

## Install

```sh
npm install @jdpnielsen/eslint-config
pnpm add @jdpnielsen/eslint-config
yarn add @jdpnielsen/eslint-config
bun add @jdpnielsen/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.0.4 |
| Published | 2021-11-24 |
| First published | 2021-11-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Joshua Nielsen |
| Maintainers | jdpnielsen |

## Links

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

## Dependencies (9)

- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.27.1
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^19.0.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.25.3
- [@rushstack/eslint-patch](https://npm.io/package/@rushstack/eslint-patch.md) ^1.1.0
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^5.4.0
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^15.0.0
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.3.0
- [eslint-config-airbnb-typescript](https://npm.io/package/eslint-config-airbnb-typescript.md) ^16.0.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^5.4.0

## Recent versions

- 0.0.4 (latest) — 2021-11-24
- 0.0.3 — 2021-11-23
- 0.0.2 — 2021-11-23
- 0.0.1 — 2021-11-23

## README

# @jdpnielsen/eslint-config

Provides the extensible base eslint configuration for javascript projects.

#### Usage

In your project's [.eslintrc](https://eslint.org/docs/user-guide/configuring), add the following:

```
{
  "extends": ["@jdpnielsen/eslint-config"]
}
```

### @jdpnielsen/eslint-config/react

Use this configuration alongside the base configuration if your project uses React. It extends `eslint-config-airbnb`.

#### Usage

In your project's [.eslintrc](https://eslint.org/docs/user-guide/configuring), add the following:

```
{
  "extends": ["@jdpnielsen/eslint-config/react"]
}
```

### @jdpnielsen/eslint-config/typescript

Use this configuration alongside the base configuration if your project uses Typescript.

#### Usage

In your project's [.eslintrc](https://eslint.org/docs/user-guide/configuring), add the following:

```
{
  "extends": ["@jdpnielsen/eslint-config/typescript"]
}
```

## Development

Install all necessary development dependencies by running `npm install --dev`

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