# eslint-config-apolo

> ESLint configuration Apolo

Latest version **1.0.5** (published 2023-01-09) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2023-01-09 |
| First published | 2022-12-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | ^10.12.0 \|\| >=12.0.0 |
| Dependencies | 5 |
| Unpacked size | 12.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Javier Gala Bermejo |
| Maintainers | jgalaber |
| Keywords | eslint, eslintconfig, config, typescript, javascript, styleguide, es2015, es2016, es2017, es2018, es2021 |

## Links

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

## Dependencies (5)

- [eslint](https://npm.io/package/eslint.md) 8.31.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) 2.26.0
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) 5.48.0
- [eslint-plugin-eslint-comments](https://npm.io/package/eslint-plugin-eslint-comments.md) 3.2.0
- [eslint-import-resolver-typescript](https://npm.io/package/eslint-import-resolver-typescript.md) 3.5.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

- 1.0.5 (latest) — 2023-01-09
- 1.0.4 — 2022-12-30
- 1.0.3 — 2022-12-30
- 1.0.2 — 2022-12-30
- 1.0.1 — 2022-12-30
- 1.0.0 — 2022-12-30

## README

# eslint-config-apolo

This package provides .eslintrc configuration (without any Framework frontend plugin) as an extensible shared config.

<aside>
ℹ️ Simple configuration, based on best javascript practices and rewarding the simplest and most modern coding for JavaScript / Typescript.
</aside>

## Usage

1- Install eslint-config-apolo

```jsx
npm install --save-dev eslint-config-apolo // This will download the @latest version
npm install --save-dev eslint-config-apolo@1.0.0 // Or can select version
```

2- Add in “extends” of your .eslintrc file: “apolo”

```jsx
{
...,
"extends": [
		...,
		"apolo"
	]
}
```

You can make sure this module lints with itself using `npm run lint`

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