Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dino-kupinic/eslint-config

simple eslint-config
https://github.com/dino-kupinic/eslint-config

eslint eslint-config

Last synced: 3 months ago
JSON representation

simple eslint-config

Awesome Lists containing this project

README

        

# eslint-config

A custom ESLint configuration for maintaining consistent code style and catching potential errors.

> [!CAUTION]
> This package is still under active development, "API" changes occur frequently. Also note that "eslint-config-prettier" is already included!

## Installation

```bash
pnpm i -D @dkupinic/eslint-config
```

## Usage

### General

```javascript
import config from "@dkupinic/eslint-config";

export default [...config];
```

### Nuxt

```javascript
import withNuxt from "./.nuxt/eslint.config.mjs";
import config from "@dkupinic/eslint-config";

export default withNuxt(...config);
```

## License

MIT