# eslint-config-maple-inside

> ESLint rules from Maple Inside's conventions.

Latest version **1.0.6** (published 2017-02-07) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install eslint-config-maple-inside
pnpm add eslint-config-maple-inside
yarn add eslint-config-maple-inside
bun add eslint-config-maple-inside
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2017-02-07 |
| First published | 2017-01-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | nicolascava |
| Keywords | eslint, eslintplugin, eslint-plugin, config, maple-inside, javascript, styleguide |

## Links

- npm: https://www.npmjs.com/package/eslint-config-maple-inside
- Repository: https://github.com/mapleinside/javascript
- Issues: https://github.com/mapleinside/javascript/issues
- npm.io page: https://npm.io/package/eslint-config-maple-inside

## Dependencies (3)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^7.1.1
- [eslint-plugin-babel](https://npm.io/package/eslint-plugin-babel.md) ^4.0.1
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^6.9.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.6 (latest) — 2017-02-07
- 1.0.2 — 2017-01-27
- 1.0.1 — 2017-01-27
- 1.0.0 — 2017-01-27

## README

# eslint-plugin-maple-inside

ESLint rules from Maple Inside's conventions.

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
npm i eslint --save-dev
```

Next, install `eslint-config-maple-inside`:

```
npm install eslint-config-maple-inside --save-dev
```

**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-config-maple-inside` globally.

## Usage
Our default export contains all of our `ESLint rules`, including `ECMAScript 6+` and `React`. 
It requires `babel-eslint`, `eslint`, `eslint-plugin-babel` and `eslint-plugin-react`.

Add `maple-inside` to the `extends` section of your `.eslintrc` configuration file. 
You can omit the `eslint-config-` prefix:

```json
{
  "extends": "maple-inside"
}
```

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