# eslint-config-airbnb-angular

> Airbnb's ESLint config with Angular and TypeScript support

Latest version **1.0.0** (published 2019-08-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-airbnb-angular
pnpm add eslint-config-airbnb-angular
yarn add eslint-config-airbnb-angular
bun add eslint-config-airbnb-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.0 |
| Published | 2019-08-16 |
| First published | 2019-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 2 |
| Unpacked size | 7.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Eike Foken |
| Maintainers | efoken |
| Keywords | eslint, eslintconfig, javascript, typescript, airbnb, config, styleguide |

## Links

- npm: https://www.npmjs.com/package/eslint-config-airbnb-angular
- Repository: https://github.com/efoken/eslint-config-airbnb-angular
- Issues: https://github.com/efoken/eslint-config-airbnb-angular/issues
- npm.io page: https://npm.io/package/eslint-config-airbnb-angular

## Dependencies (2)

- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^2.0.0
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^14.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.0.0 (latest) — 2019-08-16

## README

# eslint-config-airbnb-angular

> Airbnb's ESLint config with Angular and TypeScript support

Use this when you're trying to use
[eslint-config-airbnb-base](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base)
and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint)
in your Angular project.

Note: this config works for both JS and TS files.

## Installation

Install dependencies. ESLint plugins must also be installed.

```bash
npm install --save-dev eslint-config-airbnb-angular \
                       eslint-plugin-import \
                       @typescript-eslint/eslint-plugin
```

Within your ESLint config file:

```javascript
module.exports = {
  extends: ['airbnb-angular'],
};
```

Alter your eslint command to include ts files:

```bash
eslint --ext .js,.ts .
```

## Credits

Authored and maintained by Eike Foken ([eikefoken.com](https://eikefoken.com/))

## License

Open source licensed as MIT.

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