https://github.com/forscht/eslintrc
Sharable eslint config written with SOLID principles in mind.
https://github.com/forscht/eslintrc
Last synced: about 2 months ago
JSON representation
Sharable eslint config written with SOLID principles in mind.
- Host: GitHub
- URL: https://github.com/forscht/eslintrc
- Owner: forscht
- Created: 2021-11-18T20:18:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T20:47:24.000Z (over 4 years ago)
- Last Synced: 2025-03-11T08:29:04.756Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslintrc
Sharable eslint config for backend written with SOLID principles in mind.
## Install
`npm in --save-dev @forscht/eslintrc`
## Usage
Add the following to your `.eslintrc` file.
```json
{
"extends": "@forscht/eslintrc"
}
```