# eslint-config-linkcs

> Custom eslint config based on airbnb

Latest version **0.2.1** (published 2019-02-06) · MIT license · 0 weekly downloads

## Install

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

Provides the command `eslint`.

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2019-02-06 |
| First published | 2018-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ayc0 |
| Maintainers | ayc0 |

## Links

- npm: https://www.npmjs.com/package/eslint-config-linkcs
- Repository: git@gitlab.viarezo.fr:LinkCS/Utils
- npm.io page: https://npm.io/package/eslint-config-linkcs

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) 5.13.0
- [prettier](https://npm.io/package/prettier.md) 1.16.4
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) 2.16.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) 4.0.0
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) 3.0.1
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) 13.1.0

## Recent versions

- 0.2.1 (latest) — 2019-02-06
- 0.2.0 — 2019-02-06
- 0.1.3 — 2018-11-05
- 0.1.2 — 2018-11-03
- 0.1.0 — 2018-10-22

## README

# LinkCS's javascript eslint config

## How to Use

### Install

With `yarn`:

```bash
yarn add -D eslint-config-linkcs
```

or with `npm`:

```bash
npm install --save-dev eslint-config-linkcs
```

And then add in a `.eslintrc` file:

```json
{
  "extends": ["linkcs"]
}
```

## Dependencies

```yml
imports:
  - eslint: ^5.6.0
  - eslint-config-airbnb-base: 13.1.0
  - eslint-plugin-import: 2.14.0
```

## Rules

Use [airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base)'s config and changes some rules:

- Change some rules regarding the formating of the code that works better with prettier and long lines

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