# eslint-config-ifyour

> ifyour's eslint config

Latest version **1.0.6** (published 2020-04-18) · GPL-3.0 license · 0 weekly downloads

## Install

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

## 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.6 |
| Published | 2020-04-18 |
| First published | 2020-04-18 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 40.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Willard Wong |
| Maintainers | ifyour |
| Keywords | eslint, eslint-config |

## Links

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

## Dependencies (5)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.1.0
- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) ^23.8.2
- [eslint-plugin-mocha](https://npm.io/package/eslint-plugin-mocha.md) ^6.3.0
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.0.0
- [eslint-plugin-compat](https://npm.io/package/eslint-plugin-compat.md) ^3.5.1

## 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) — 2020-04-18
- 1.0.5 — 2020-04-18
- 1.0.4 — 2020-04-18
- 1.0.3 — 2020-04-18
- 1.0.2 — 2020-04-18
- 1.0.1 — 2020-04-18
- 1.0.0 — 2020-04-18

## README

# eslint-config-ifyour

ifyour's eslint configuration, with some sensible defaults for ES2015, React and Mocha.

## Installation

#### Project
Install eslint and this config:

```
npm i -D eslint eslint-config-ifyour
```

Now in your `package.json`:

````
...

"eslintConfig": {
  "extends": "eslint-config-ifyour"
},

...
````

#### VSCode

Install [Eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint), and in your `settings.json`:
```
...

"editor.codeActionsOnSave": {
  "source.fixAll": true,
},
"editor.formatOnSave": false,
"editor.formatOnPaste": false,

...
```


## Credits

This is a modified version of [eslint-config-developit](https://github.com/developit/eslint-config-developit)

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