# eslint-config-javierscode

> My custom ESLint and Prettier Config

Latest version **1.2.1** (published 2022-10-13) · GNU license · 0 weekly downloads

## Install

```sh
npm install eslint-config-javierscode
pnpm add eslint-config-javierscode
yarn add eslint-config-javierscode
bun add eslint-config-javierscode
```

## 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.2.1 |
| Published | 2022-10-13 |
| First published | 2022-09-12 |
| Weekly downloads | 0 |
| License | GNU |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 19 |
| Unpacked size | 39.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Javier Linares |
| Maintainers | javierscode |
| Keywords | javascript, typescript, eslint, eslintconfig, lint, config, prettier, react |

## Links

- npm: https://www.npmjs.com/package/eslint-config-javierscode
- npm.io page: https://npm.io/package/eslint-config-javierscode

## Dependencies (19)

- [eslint](https://npm.io/package/eslint.md) 8.23.0
- [prettier](https://npm.io/package/prettier.md) 2.7.1
- [@babel/core](https://npm.io/package/@babel/core.md) 7.19.0
- [@types/node](https://npm.io/package/@types/node.md) 18.7.16
- [eslint-plugin-n](https://npm.io/package/eslint-plugin-n.md) 15.2.5
- [eslint-config-next](https://npm.io/package/eslint-config-next.md) 12.3.1
- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) 27.0.4
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) 7.31.8
- [@babel/eslint-parser](https://npm.io/package/@babel/eslint-parser.md) 7.18.9
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) 2.26.0
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) 6.0.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) 8.5.0
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) 17.0.0
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) 4.2.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) 5.36.2
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) 4.6.0
- [eslint-plugin-unused-imports](https://npm.io/package/eslint-plugin-unused-imports.md) 2.0.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) 5.36.2
- [eslint-plugin-simple-import-sort](https://npm.io/package/eslint-plugin-simple-import-sort.md) 8.0.0

## 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.2.1 (latest) — 2022-10-13
- 1.2.0 — 2022-10-13
- 1.1.3 — 2022-10-05
- 1.1.2 — 2022-10-05
- 1.1.1 — 2022-10-05
- 1.1.0 — 2022-10-05
- 1.0.0 — 2022-09-12

## README

<h1 align="center">
  ⚙️ My custom ESLint + Prettier configuration
</h1>

<p align="center">
  Opinionated linting configuration. <br/>
  Valid for your JavaScript, TypeScript & React projects.
</p>

## 👀 How to use

1. Install the dependency
   ```bash
   npm install --save-dev eslint-config-javierscode
   ```

2. Add it to your `.eslintrc.json` file:

   ```json
   {
     "extends": [ "eslint-config-javierscode" ]
   }
   ```

3. If you are using TypeScript, extend the TypeScript configuration instead, and point to your `tsconfig.json` in `parserOptions`:

   ```json
    {
    "extends": [
        "eslint-config-javierscode/typescript"
    ],
    "parserOptions": {
        "project": [
        "./tsconfig.json"
        ]
    }
    }
   ```

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