Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ospoon/eslint-config-ospoon
https://github.com/ospoon/eslint-config-ospoon
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ospoon/eslint-config-ospoon
- Owner: OSpoon
- Created: 2020-01-16T02:33:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T09:55:00.000Z (almost 5 years ago)
- Last Synced: 2024-10-26T23:48:45.657Z (19 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
1. `npm install --save-dev eslint-config-ospoon`
2. create a file named `.eslintrc` in your project:```js
{
"extends": "ospoon"
// Your overrides...
}
```