# eslint-config-manpacker

> Manpacker Javascirpt eslint style config standard code style

Latest version **1.10.0** (published 2021-02-07) · MIT license · 0 weekly downloads

## Install

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

## 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.10.0 |
| Published | 2021-02-07 |
| First published | 2019-04-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | winterfete |
| Maintainers | winterfete |
| Keywords | standard, eslint, manpacker, eslintconfig, standard style, code style, check |

## Links

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

## Dependencies (9)

- [prettier](https://npm.io/package/prettier.md) ^2.2.1
- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.1.0
- [eslint-plugin-node](https://npm.io/package/eslint-plugin-node.md) ^11.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.22.1
- [eslint-plugin-promise](https://npm.io/package/eslint-plugin-promise.md) ^4.2.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^7.2.0
- [eslint-config-standard](https://npm.io/package/eslint-config-standard.md) ^16.0.2
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^3.3.1
- [eslint-plugin-standard](https://npm.io/package/eslint-plugin-standard.md) ^5.0.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.10.0 (latest) — 2021-02-07
- 1.6.1 — 2021-02-01
- 1.6.0 — 2021-02-01
- 1.5.1 — 2019-05-09
- 1.5.0 — 2019-05-09
- 1.4.0 — 2019-05-07
- 1.3.0 — 2019-04-26
- 1.2.0 — 2019-04-23
- 1.1.1 — 2019-04-22
- 1.1.0 — 2019-04-21
- 8.0.0 — 2019-04-18
- 7.0.0 — 2019-04-17
- 6.0.0 — 2019-04-12
- 5.0.0 — 2019-04-12
- 4.0.0 — 2019-04-11
- … 3 more at https://npm.io/package/eslint-config-manpacker/versions

## README

![npm](https://img.shields.io/npm/v/eslint-config-manpacker.svg)
![npm bundle size](https://img.shields.io/bundlephobia/min/eslint-config-manpacker.svg)
![npm](https://img.shields.io/npm/dw/eslint-config-manpacker.svg)
![NPM](https://img.shields.io/npm/l/eslint-config-manpacker.svg)
<br><br>
![nodei.co](https://nodei.co/npm/eslint-config-manpacker.png?downloads=true&downloadRank=true&stars=true)
<br>
## Explain
This project uses parser <code>"babel-eslint"</code><br/>
And plugin <code>"import", "node", "promise", "standard"</code>.<br> Inherits <code>"standard"</code>


## Install
```
npm install eslint -D

npm install eslint-config-manpacker -D
```
## Usage

- Add &nbsp;<code>.eslintrc</code> &nbsp; file to your project. &nbsp;<br/>
 Or <code>.eslintrc</code> file does not exist, Create a new file.

```
npx eslint --init
```

Configuration content of file.

```
{
  "extends": ["manpacker"]
}
```
- You can add a configuration entry to the <code>package.json</code> file as follows.

```
"eslintConfig": {
  "extends": ["manpacker"]
}
```
Refer to the following configuration.<br>
Example:<br>
```
"eslintConfig": {
  "root": true,
  "extends": ["manpacker"],
  "rules": {}
}
```

## Npm
[link](https://www.npmjs.com/package/eslint-config-manpacker)

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