Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryardley/eslint-config-cadmill
Eslint configuration
https://github.com/ryardley/eslint-config-cadmill
Last synced: 10 days ago
JSON representation
Eslint configuration
- Host: GitHub
- URL: https://github.com/ryardley/eslint-config-cadmill
- Owner: ryardley
- Created: 2017-05-12T06:29:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T05:31:47.000Z (over 7 years ago)
- Last Synced: 2024-10-26T06:53:48.856Z (about 2 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eslint-config-cadmill
Eslint configuration```bash
yarn add --dev eslint-config-cadmill
```Create a file in your project `.eslintrc.js`
```javascript
module.exports = {
extends: 'cadmill',
env: {
browser: true,
node: true
},
}
```