Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
},
}
```