# eslint-config-apolo-angular

> ESLint configuration for angular projects based on apolo

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

## Install

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

## 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.0.5 |
| Published | 2023-01-09 |
| First published | 2022-12-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^10.12.0 \|\| >=12.0.0 |
| Dependencies | 6 |
| Unpacked size | 3.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Javier Gala Bermejo |
| Maintainers | jgalaber |
| Keywords | eslint, eslintconfig, config, typescript, javascript, styleguide, angular, es2015, es2016, es2017, es2018, es2021, eslint |

## Links

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

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) 8.31.0
- [eslint-config-apolo](https://npm.io/package/eslint-config-apolo.md) 1.0.5
- [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
- [@angular-eslint/eslint-plugin](https://npm.io/package/@angular-eslint/eslint-plugin.md) 15.1.0
- [@angular-eslint/eslint-plugin-template](https://npm.io/package/@angular-eslint/eslint-plugin-template.md) 15.1.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.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-angular
ESLint configuration based on apolo for angular projects.

## Usage

1- Install eslint-config-apolo

```jsx
npm install --save-dev eslint-config-apolo-angular // This will download the @latest version
npm install --save-dev eslint-config-apolo-angular@1.0.0 // Or can select version
```

2- Add in “extends” of your .eslintrc file: “apolo-angular” on your angular project

```jsx
{
...,
"extends": [
		...,
		"apolo"
	]
}
```

You can make sure this module lints with itself using `npm run lint`

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