# @genster/eslint-config

> This is just a basic `eslint` configuration - it won't work with a JavaScript framework like Vue right out of the box.

Latest version **1.0.0** (published 2020-03-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install @genster/eslint-config
pnpm add @genster/eslint-config
yarn add @genster/eslint-config
bun add @genster/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.0 |
| Published | 2020-03-29 |
| First published | 2020-03-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Genster |
| Maintainers | genster_ci, maciej_at_genster |
| Keywords | eslint, eslintconfig |

## Links

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

## Dependencies (5)

- [prettier](https://npm.io/package/prettier.md) ^2.0.2
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.20.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^6.10.1
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^3.1.2
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^14.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.0 (latest) — 2020-03-29
- 0.2.0 — 2020-03-25
- 0.1.2 — 2020-03-25
- 0.1.0 — 2020-03-25

## README

# Genster's linter configuration

This is just a basic `eslint` configuration - it won't work with a JavaScript framework like Vue right out of the box.

## Installation

```bash
npm install --save-dev @genster/eslint-config
```

## Configuration

In your `.eslintrs.js` file (or other `eslint` configuration):
```js
{
    extends: ["@genster/eslint-config"],
}
```

**Important:** add these rules as the last one in `extends` array to override previous rules.

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