# @ww-digital/eslint-config

> ESlint config file for WWI

Latest version **1.1.1** (published 2018-10-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install @ww-digital/eslint-config
pnpm add @ww-digital/eslint-config
yarn add @ww-digital/eslint-config
bun add @ww-digital/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.1.1 |
| Published | 2018-10-19 |
| First published | 2018-03-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Josh Cataldi |
| Maintainers | addnab, agaro1121, aoxrud, ashish.ww, binhey-ww, cmx-devops, elie1986ww, federicooktana, gemisheresy, gporrata, hsaimeh, ignaciobadiola, jacob.gardner, kingtim-ww, kivanc.gulbas, lalitbhatiaww, lmaali, matismasters, matthew.rubenstein, mnasir, najeebww, nalbarengue, nicksmith, npmash, npmsunil, pcdroidski, pinal.bhatt, rbdixon, ricky.sharma, rjmohammad, sachin-ww, sarikavanapalli, will123195, wine-devops, ww_dpe, ww-bamboo-ci, ww-crm-team, ww-hans, ww-nate-lord, wwbenomathew, wwcrmtravis, wwdckemble, xi.jin |
| Keywords | eslint, eslintconfig |

## Links

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

## Dependencies (6)

- [eslint](https://npm.io/package/eslint.md) ^4.18.0
- [inquirer](https://npm.io/package/inquirer.md) ^5.1.0
- [util-promisify](https://npm.io/package/util-promisify.md) ^2.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.8.0
- [eslint-plugin-angular](https://npm.io/package/eslint-plugin-angular.md) ^3.2.0
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^12.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.1.1 (latest) — 2018-10-19
- 1.1.0 — 2018-04-26
- 1.0.3 — 2018-03-22
- 1.0.2 — 2018-03-01
- 1.0.1 — 2018-03-01

## README

# @ww-digital/eslint-config

## Requirements

- eslint 4.x is a dependency, so make sure your project doesn't already have a conflicting version

## Install

1. From the root of your project, run:

    ```
    npm i -D @ww-digital/eslint-config
    ```

2. Add this to your `package.json` in the `scripts` section:

    ```
    "eslint": "eslint ./"
    ```

3. Add this `.eslintrc` file to the root of your project:

    ```js
    {
      "extends": "@ww-digital/eslint-config/nodejs",
      "rules": {}
    }
    ```
    
    ** You may substitute `angularjs` for `nodejs`

4. Then you can simply run:

    ```
    npm run eslint
    ```

## Modifying rules

You can add rules specific to your project in the `.eslintrc` file that was created in the root of your project.

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