# eslint-config-ea

> Configuração do ESLINT - e-Auditoria

Latest version **1.0.21** (published 2024-03-23) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

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

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.21 |
| Published | 2024-03-23 |
| First published | 2024-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 15 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | e-auditoria |

## Links

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

## Dependencies (15)

- [eslint](https://npm.io/package/eslint.md) ^8.56.0
- [prettier](https://npm.io/package/prettier.md) ^3.2.5
- [eslint-plugin-n](https://npm.io/package/eslint-plugin-n.md) ^16.6.2
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.33.2
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.29.1
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) ^6.1.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^9.1.0
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) ^17.1.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.8.0
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^5.1.3
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^6.21.0
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.6.0
- [eslint-plugin-import-helpers](https://npm.io/package/eslint-plugin-import-helpers.md) 1.3.1
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^6.21.0
- [eslint-import-resolver-typescript](https://npm.io/package/eslint-import-resolver-typescript.md) 3.6.0

## Recent versions

- 1.0.21 (latest) — 2024-03-23
- 1.0.20 — 2024-03-23
- 1.0.19 — 2024-03-23
- 1.0.18 — 2024-03-23
- 1.0.17 — 2024-03-23
- 1.0.16 — 2024-03-23
- 1.0.13 — 2024-03-20
- 1.0.11 — 2024-03-20

## README

# Nova Plataforma - ESLINT

Exportação das configurações do EsLint da e-Auditoria

## Configurações incluídas

- Standard config base;
- React plugin;
- React Hooks plugin;
- JSX a11y plugin;
- Prettier;
- Import parse;

## Instalação

Rode o seguinte comando no terminal
```
npm i -D eslint eslint-config-ea
```
Ou
```
yarn add eslint eslint-config-ea --save-dev
```

## Scripts 

```json
  scripts: {
    "lint": "eslint src --ext js,ts,tsx",
    "lint:create-config": "yarn lint:update && yarn lint:create-eslintrc",
    "lint:update": "yarn add eslint-config-ea@latest --dev",
    "lint:create-eslintrc": "echo { \"extends\": \"eslint-config-ea\" } > temp_eslintrc.json && move /Y temp_eslintrc.json .eslintrc.json"
  }
```

Após a primeira instalação, rode o script:

```bash
lint:create-config
```

O projeto criará o arquivo para realizar a importação das configurações do EsLint.

Para manter atualizado, basta rodar o script:
```bash
lint:update
```

// https://blog.cod3r.com.br/organizacao-e-padronizacao-com-eslint/

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