# eslint-config-modood

> My own ESLint configuration.

Latest version **0.1.1** (published 2016-09-01) · MIT license · 0 weekly downloads

## Install

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

## 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.1 |
| Published | 2016-09-01 |
| First published | 2016-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | mwn |
| Maintainers | modood |
| Keywords | eslint |

## Links

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

## 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

- 0.1.1 (latest) — 2016-09-01

## README

# eslint-config-modood
My own ESLint configuration

## install
```
$ npm install eslint eslint-config-modood --save-dev
```

## usage
```
$ vi .eslintrc.js
```
```javascript
module.exports = {
  extends: 'modood',
};
```

```
$ ./node_modules/.bin/eslint *.js
```

## contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## license
this repo is released under the [MIT License](http://www.opensource.org/licenses/MIT).

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