# @phaier/eslint-config-typescript

> ESLint configuration for a TypeScript project.

Latest version **0.0.4** (published 2023-08-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install @phaier/eslint-config-typescript
pnpm add @phaier/eslint-config-typescript
yarn add @phaier/eslint-config-typescript
bun add @phaier/eslint-config-typescript
```

## 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.0.4 |
| Published | 2023-08-30 |
| First published | 2021-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 11 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | inabe49 |
| Maintainers | inabe49, miharu-inahata |

## Links

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

## Dependencies (11)

- [eslint](https://npm.io/package/eslint.md) ^8.48.0
- [prettier](https://npm.io/package/prettier.md) ^3.0.3
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.33.2
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^19.0.4
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.28.1
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^9.0.0
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.7.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) 6.5.0
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.6.0
- [eslint-config-airbnb-typescript](https://npm.io/package/eslint-config-airbnb-typescript.md) ^17.1.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) 6.5.0

## Recent versions

- 0.0.4 (latest) — 2023-08-30
- 0.0.2 — 2021-11-21
- 0.0.1 — 2021-11-10

## README

# eslint-config-typescript

ESLint configuration for a TypeScript project.

## Setup

Install package from npm

```
npm install @phaier/eslint-config-typescript --save--dev
```

Create a `.eslintrc.js` file in the project folder with the following contents.

```js
module.exports = {
  root: true,
  extends: ['@phaier/eslint-config-typescript'],
  parserOptions: {
    project: './tsconfig.json',
  },

  ignorePatterns: ['node_modules/'],
};
```


## License

[MIT](LICENSE) © Phaier

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