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

https://github.com/stellaraf/eslint


https://github.com/stellaraf/eslint

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          







Stellar ESLint Configuration


# Usage

```bash
# NPM
npm install --save-dev @stellaraf/eslint-config
# Yarn
yarn add -D @stellaraf/eslint-config
# PNPM
pnpm add -D @stellaraf/eslint-config
```

In your eslint configuration:

```json
{
"extends": [
"@stellaraf"
]
}
```