# @jeansarlon/eslint-config-base

> eslint rules for javascript projects

Latest version **1.0.0** (published 2020-04-01) · ISC license · 0 weekly downloads

## Install

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

## 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-04-01 |
| First published | 2020-04-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 34.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jean Sarlôn |
| Maintainers | jsarlon |

## Links

- npm: https://www.npmjs.com/package/@jeansarlon/eslint-config-base
- Repository: https://github.com/jeansarlon/eslint-config-base
- Homepage: https://github.com/jeansarlon/eslint-config-base#readme
- Issues: https://github.com/jeansarlon/eslint-config-base/issues
- npm.io page: https://npm.io/package/@jeansarlon/eslint-config-base

## Recent versions

- 1.0.0 (latest) — 2020-04-01

## README

# eslint-config-base

This package provides base JS `.eslintrc` (without React plugins) as an extensible shared config.

## Usage

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires:
- `eslint`
- `eslint-plugin-import`

1. Install the correct versions of each package, which are listed by the command:

  ```sh
  npm info "eslint-config-base@latest" peerDependencies
  ```

  Which produces and runs a command like:

  ```sh
  npm install --save-dev eslint-config-base eslint@^#.#.# eslint-plugin-import@^#.#.#
  ```

2. Add `extends: "eslint-config-base"` to your project's `.eslintrc`.

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