Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idaho/fltri-eslint-config
https://github.com/idaho/fltri-eslint-config
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/idaho/fltri-eslint-config
- Owner: idaho
- Created: 2021-08-31T17:50:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T00:32:24.000Z (6 months ago)
- Last Synced: 2024-10-08T10:57:11.436Z (3 months ago)
- Language: TypeScript
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @fltri/eslint-config
My custom ESLint config set.
Install:
```sh
npm install --save-dev @fltri/eslint-config
```Usage in your eslint configuration file:
```json
{
"extends": [
"@fltri"
]
}
```