# @lalo3k/eslint-config

> These are settings for ESLint and Prettier that I use in my projects.

Latest version **1.1.1** (published 2024-05-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install @lalo3k/eslint-config
pnpm add @lalo3k/eslint-config
yarn add @lalo3k/eslint-config
bun add @lalo3k/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.1 |
| Published | 2024-05-01 |
| First published | 2023-03-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | lalo3k |
| Maintainers | lalo3k |
| Keywords | eslintconfig, eslint |

## Links

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

## Dependencies (1)

- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^5.56.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.1.1 (latest) — 2024-05-01
- 1.1.0 — 2024-05-01
- 1.0.1 — 2023-03-25
- 1.0.0 — 2023-03-25

## README

# ESLint config
These are settings for ESLint that I use in my projects.

## What it does
Semi-strict linting rules, to ensure consistency in file structure, formatting and coding style

## Setup
1. In your project folder, run:
```
    npm i --save-dev @lalo3k/eslint-config
```

2. create (or update) a `.eslintrc` file with the following content, this can also be done in the `eslintConfig` section of your package.json

```js
{
  'extends': [
    '@lalo3k/eslint-config'
  ]
}
```

3. Copy the [.prettierrc](https://github.com/lalo3k/eslint-config/blob/main/.prettierrc) file from this repository into your project folder

4. Feel free to override the rules that are not right for your project

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