https://github.com/stellaraf/eslint
https://github.com/stellaraf/eslint
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stellaraf/eslint
- Owner: stellaraf
- License: bsd-3-clause-clear
- Created: 2022-09-15T15:55:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T17:58:23.000Z (about 3 years ago)
- Last Synced: 2025-12-26T20:57:44.893Z (6 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
]
}
```