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

https://github.com/unix/eslint-config-lambdas

ESLint config for Lambdas style
https://github.com/unix/eslint-config-lambdas

eslint eslint-config eslint-rules

Last synced: 2 months ago
JSON representation

ESLint config for Lambdas style

Awesome Lists containing this project

README

          

> ESLint config for lambdas style


### Getting Started

1. Install: `yarn add eslint-config-lambdas -D`.

2. Usage in your .eslintrc:

```
{ "extends": "lambdas" }
```

**OR**, if you are using the .yml:
```yml
extends:
- 'lambdas'
```

3. Use in Vue:
```
{ "extends": "lambdas/vue" }
```

**OR**, if you are using the .yml:
```yml
extends:
- 'lambdas/vue'
```

4. Use in XO:
```
"xo": {
"extends": [
"lambdas"
]
},
```


### Recommends

- [tslint-config-lambdas](https://github.com/unix/tslint-config-lambdas)
- [eslint-config-ts-lambdas](https://github.com/unix/eslint-config-ts-lambdas)


### LICENSE

**MIT**