Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaac-mason/eslint-config
https://github.com/isaac-mason/eslint-config
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isaac-mason/eslint-config
- Owner: isaac-mason
- License: mit
- Created: 2023-12-20T07:49:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T05:07:59.000Z (3 months ago)
- Last Synced: 2024-10-07T08:35:44.924Z (3 months ago)
- Language: JavaScript
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config
A collection of simple and sane eslint configs that I use in my projects.
## @isaac-mason/eslint-config-typescript
A preset for typescript projects.
### Usage
Install the package:
```sh
npm install --save-dev @isaac-mason/eslint-config-typescript
```Add the following to your `.eslintrc`:
```json
{
"extends": "@isaac-mason/eslint-config-typescript"
}
```