# @rocketds/eslint-config

> ESlint configuration for Rocket Design System

Latest version **0.1.0** (published 2021-06-02) · UNLICENSED license · 0 weekly downloads

## Install

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

## 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.1.0 |
| Published | 2021-06-02 |
| First published | 2021-06-02 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | cls-rds |

## Links

- npm: https://www.npmjs.com/package/@rocketds/eslint-config
- Repository: https://colesgroup@dev.azure.com/colesgroup/Human%20Centred%20Design/_git/rocket
- npm.io page: https://npm.io/package/@rocketds/eslint-config

## Dependencies (11)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.1.0
- [eslint-plugin-jsdoc](https://npm.io/package/eslint-plugin-jsdoc.md) ^20.3.1
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.18.0
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^18.0.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.20.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^6.9.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.2.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.0.0
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.0.4
- [eslint-restricted-globals](https://npm.io/package/eslint-restricted-globals.md) ^0.2.0

## Recent versions

- 0.1.0 (latest) — 2021-06-02

## README

# @rocketds/eslint-config

> ESLint configuration for Rocket Design System

## Getting started

```bash
npm install -S @rocketds/eslint-config
```

If you prefer [Yarn](https://yarnpkg.com/en/), use the following command
instead:

```bash
yarn add @rocketds/eslint-config
```

## Usage

You can use `@rocketds/eslint-config` in your project by extending it in your
`eslint` configuration. For example, if we had an `.eslintrc` file:

```json
{
  "extends": ["@rocketds/eslint-config"]
}
```

The default configuration available under `@rocketds/eslint-config` includes all
ESLint configuration and plugins, including plugins for React.js development. If
you'd like to not include these rules in your setup, you can also include a
`base` or `vanilla` oriented configuration by doing the following:

```json
{
  "extends": ["@rocketds/eslint-config/base"]
}
```

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