# @ukho/eslint-config

> An extensible shared config for ESLint.

Latest version **1.0.5** (published 2020-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ukho/eslint-config
pnpm add @ukho/eslint-config
yarn add @ukho/eslint-config
bun add @ukho/eslint-config
```

## 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 | 2020-07-19 |
| First published | 2020-07-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 4.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | aclevela, alexbush247, andrewpickin-ukho, ant59, benmorgan |
| Keywords | eslint, eslintconfig |

## Links

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

## Dependencies (12)

- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) ^23.0.4
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.18.2
- [eslint-plugin-cypress](https://npm.io/package/eslint-plugin-cypress.md) ^2.7.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^6.5.0
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^3.1.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^3.6.1
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^14.0.0
- [@angular-eslint/eslint-plugin](https://npm.io/package/@angular-eslint/eslint-plugin.md) 0.0.1-alpha.32
- [@angular-eslint/template-parser](https://npm.io/package/@angular-eslint/template-parser.md) 0.0.1-alpha.32
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^3.6.1
- [@ngneat/eslint-plugin-reactive-forms](https://npm.io/package/@ngneat/eslint-plugin-reactive-forms.md) ^1.0.0
- [@angular-eslint/eslint-plugin-template](https://npm.io/package/@angular-eslint/eslint-plugin-template.md) 0.0.1-alpha.32

## 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) — 2020-07-19
- 1.0.4 — 2020-07-17
- 1.0.3 — 2020-07-17
- 1.0.2 — 2020-07-17
- 1.0.1 — 2020-07-17
- 1.0.0 — 2020-07-17

## README

# UKHO ESLint Config

An extensible shared config for ESLint.

## Usage

Install ESLint and this config as dependencies to your project:

```bash
yarn add -D eslint @ukho/eslint-config
```

IDEs such as WebStorm will recognise ESLint and provide linting help.

For manual execution, simply run ESLint via the package manager:

```bash
yarn run eslint
```

## Features

This ESLint config makes use of best practices from internal experiementation with TypeScript and Angular, and from a number of other sources as follows:
* @angular-eslint
* @typescript-eslint
* @ngneat/eslint-plugin-reactive-forms
* eslint-config-airbnb-base
* eslint-config-prettier
* eslint-plugin-cypress
* eslint-plugin-import
* eslint-plugin-jest
* eslint-plugin-prettier

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