# @e3o/eslint-config

> The rules to be used in projects

Latest version **0.4.3** (published 2023-11-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install @e3o/eslint-config
pnpm add @e3o/eslint-config
yarn add @e3o/eslint-config
bun add @e3o/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.4.3 |
| Published | 2023-11-23 |
| First published | 2023-10-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | e3o |
| Maintainers | ajustor |

## Links

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

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) ^8.18.0
- [eslint-plugin-babel](https://npm.io/package/eslint-plugin-babel.md) ^5.3.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^8.5.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.30.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^5.30.0

## Recent versions

- 0.4.3 (latest) — 2023-11-23
- 0.4.2 — 2023-11-23
- 0.4.1 — 2023-10-25
- 0.4.0 — 2023-10-25

## README

# e3o/eslint-config

List of rules to use when develop products in typescript

## Extends

- eslint:recommended
- plugin:@typescript-eslint/recommended

## Rules

### Main rules

| Rule Name | Rule Severities | Main configuration | Other configuration |
|----|----|----|----|
| indent | off | 2 | { ignoredNodes:['ConditionalExpression'], MemberExpression: 1, SwitchCase: 1,}|
|linebreak-style|error|unix||
| quotes |error| single | { avoidEscape: true } |
| complexity |error| 5 |  |
| no-console |error|  |  |
| no-label-var |error|  |  |
|eqeqeq| error |||
|id-denylist| error |data, value, e, cb, callback||
|id-length| error |||
|max-classes-per-file| error |1||
|no-else-return| error |{ allowElseIf: false }||
|curly| error |||
|prefer-template| error |||
|sort-imports| error |{ignoreCase: false, ignoreDeclarationSort: false, ignoreMemberSort: false, memberSyntaxSortOrder: ['none', 'all', 'multiple', 'single'], allowSeparatedGroups: false,}||
|prefer-destructuring| error |{ array: true, object: true,}|{ enforceForRenamedProperties: false, }|
|object-shorthand| error | always||

### Plugin Rules

| Rule Name | Rule Severities | Main configuration | Other configuration |
|----|----|----|----|
|@typescript-eslint/no-explicit-any|error|||
|@typescript-eslint/explicit-function-return-type|error|||

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