# @dopustim/eslint-config

> Configuration file for ESLint

Latest version **1.1.0** (published 2022-01-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install @dopustim/eslint-config
pnpm add @dopustim/eslint-config
yarn add @dopustim/eslint-config
bun add @dopustim/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.1.0 |
| Published | 2022-01-20 |
| First published | 2018-11-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 10.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DopustimVladimir |
| Maintainers | dopustimvladimir |
| Keywords | dopustim, eslint, config, validate, lint, linter |

## Links

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

## 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.1.0 (latest) — 2022-01-20
- 1.0.0 — 2021-12-14
- 0.1.0 — 2018-11-15

## README

# @dopustim/eslint-config

Configuration file for ESLint

[![NPM](https://img.shields.io/npm/dt/@dopustim/eslint-config?style=flat-square)](https://www.npmjs.com/package/@dopustim/eslint-config)

## Features

- Provide Errors and Warnings
- 4 spaces for indentation (warning)
- 90 symbols per line (warning)
- Unix linebreaks (warning)

## Usage

Install `@dopustim/eslint-config` package via [NPM](https://www.npmjs.com/package/@dopustim/eslint-config):

```sh
npm install -D eslint @dopustim/eslint-config
```

Extend this config in your `.eslintrc.json`:

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

Or use your `package.json`:

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

You can also set environment and reassign any rule for your needs:

```json
{
    "extends": "@dopustim/eslint-config",
    "env": {
        "browser": true,
        "es2020": true,
        "node": true
    },
    "parserOptions": {
        "sourceType": "module",
        "ecmaVersion": 2020
    },
    "rules": {
        "max-len": [ 1, { "code": 100 } ]
    }
}
```

## About

Visit the [ESLint website](https://eslint.org) to find out all rules and descriptions.

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