Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websect-dev/eslint-config
Default eslint config for all projects
https://github.com/websect-dev/eslint-config
Last synced: 8 days ago
JSON representation
Default eslint config for all projects
- Host: GitHub
- URL: https://github.com/websect-dev/eslint-config
- Owner: websect-dev
- License: mit
- Created: 2022-07-21T14:07:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T00:02:42.000Z (over 2 years ago)
- Last Synced: 2025-01-01T02:08:30.077Z (17 days ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```bash
npm i -D @websect/eslint-config eslint
```## Usage
### JS
Inside your `eslint` configuration file add following line
```json
{
"extends": ["@websect/eslint-config"]
}
```### TS
For Typescript add following line instead of previous one
```json
{
"extends": ["@websect/eslint-config/ts"]
}
```