# @topsoft4u/eslint-config

> ESLint and perhaps others in future

Latest version **1.0.30** (published 2022-01-11) · MIT license · 0 weekly downloads

## Install

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

## 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.30 |
| Published | 2022-01-11 |
| First published | 2021-04-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 5.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Łukasz Kolasa |
| Maintainers | maczuga |
| Keywords | TopSoft4U, eslint, eslint-config |

## Links

- npm: https://www.npmjs.com/package/@topsoft4u/eslint-config
- Repository: https://github.com/TopSoft4U/eslint-config
- Issues: https://github.com/TopSoft4U/eslint-config/issues
- npm.io page: https://npm.io/package/@topsoft4u/eslint-config

## Dependencies (9)

- [eslint-plugin-json](https://npm.io/package/eslint-plugin-json.md) ^3.1.0
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.28.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.25.4
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.5.1
- [eslint-plugin-react-perf](https://npm.io/package/eslint-plugin-react-perf.md) ^3.3.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^5.9.1
- [eslint-plugin-react-hooks](https://npm.io/package/eslint-plugin-react-hooks.md) ^4.3.0
- [eslint-plugin-unused-imports](https://npm.io/package/eslint-plugin-unused-imports.md) ^2.0.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^5.9.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.30 (latest) — 2022-01-11
- 1.0.29 — 2022-01-11
- 1.0.28 — 2021-11-01
- 1.0.27 — 2021-10-29
- 1.0.26 — 2021-10-28
- 1.0.25 — 2021-04-24
- 1.0.24 — 2021-04-24
- 1.0.23 — 2021-04-23

## README

## Installation

  ```sh
  yarn add -D @topsoft4u/eslint-config eslint
  ```

## Usage

Now add the config to either your `package.json`:

```json
{
  "eslintConfig": {
    "extends": "@topsoft4u/eslint-config"
  }
}
```

to your `.eslintrc`:

```json
{
  "extends": "@topsoft4u/eslint-config"
}
```

or `.eslintrc.js`:

```js
module.exports = {
  extends: '@topsoft4u/eslint-config',
}
```

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