# eslint-config-manpacker-typescript

> Manpacker Typescript 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-typescript
pnpm add eslint-config-manpacker-typescript
yarn add eslint-config-manpacker-typescript
bun add eslint-config-manpacker-typescript
```

## 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-05-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | winterfete |
| Maintainers | winterfete |
| Keywords | standard, eslint, manpacker, eslintconfig, standard style, code style, check, typescript |

## Links

- npm: https://www.npmjs.com/package/eslint-config-manpacker-typescript
- 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-typescript

## Dependencies (4)

- [eslint-config-manpacker](https://npm.io/package/eslint-config-manpacker.md) ^1.10.0
- [eslint-config-typescript](https://npm.io/package/eslint-config-typescript.md) ^3.0.0
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^4.14.2
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^4.14.2

## 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.2.0 — 2019-05-07
- 1.1.0 — 2019-05-06
- 1.0.0 — 2019-05-05

## README

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


## Install
Rely on <code>"eslint", "typescript"</code>
```
npm install eslint typescript eslint-config-manpacker-typescript  -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-typescript"]
}
```
- You can add a configuration entry to the <code>package.json</code> file as follows.

```
"eslintConfig": {
  "extends": ["manpacker-typescript"]
}
```
Refer to the following configuration.<br>
Example:<br>
```
"eslintConfig": {
  "root": true,
  "extends": ["manpacker-typescript"],
  "parserOptions": {
    "project": "./tsconfig.json",
  },
  "rules": {}
}
```

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

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