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

https://github.com/silverwind/eslint-config-silverwind

Exhaustive ESLint configuration
https://github.com/silverwind/eslint-config-silverwind

eslint-config silverwind

Last synced: about 1 month ago
JSON representation

Exhaustive ESLint configuration

Awesome Lists containing this project

README

          

# eslint-config-silverwind [![](https://img.shields.io/npm/v/eslint-config-silverwind.svg)](https://www.npmjs.org/package/eslint-config-silverwind) [![](https://img.shields.io/badge/licence-bsd-blue.svg)](https://raw.githubusercontent.com/silverwind/eslint-config-silverwind/master/LICENSE)

Exhaustive ESLint configuration

## Usage

In your `eslint.config.ts`:

```ts
import silverwind from "eslint-config-silverwind";
import {defineConfig} from "eslint/config";

export default defineConfig(...silverwind);
```

Run via the included `eslint-silverwind` wrapper CLI. All arguments are passed through to `eslint`.

```bash
eslint-silverwind .
eslint-silverwind --fix .
```

© [silverwind](https://github.com/silverwind), distributed under BSD licence.