Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okbel/setup
My setups
https://github.com/okbel/setup
Last synced: 21 days ago
JSON representation
My setups
- Host: GitHub
- URL: https://github.com/okbel/setup
- Owner: okbel
- Created: 2016-08-25T19:50:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T19:54:06.000Z (about 8 years ago)
- Last Synced: 2024-10-04T18:41:35.724Z (about 1 month ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setups
My setups## ESLint
### For ES6 Projects
```bash
npm install --save-dev eslint eslint-config-standard eslint-plugin-promise eslint-plugin-react eslint-plugin-standard
```