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
- Host: GitHub
- URL: https://github.com/unix/eslint-config-lambdas
- Owner: unix
- License: mit
- Created: 2019-05-21T06:42:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T21:12:49.000Z (over 4 years ago)
- Last Synced: 2025-10-04T22:57:54.406Z (2 months ago)
- Topics: eslint, eslint-config, eslint-rules
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**