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
- Host: GitHub
- URL: https://github.com/silverwind/eslint-config-silverwind
- Owner: silverwind
- License: bsd-2-clause
- Created: 2016-02-12T22:27:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-16T10:56:27.000Z (about 2 months ago)
- Last Synced: 2026-04-17T11:36:45.009Z (about 2 months ago)
- Topics: eslint-config, silverwind
- Language: TypeScript
- Homepage:
- Size: 3.92 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# eslint-config-silverwind [](https://www.npmjs.org/package/eslint-config-silverwind) [](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.