eslint-config-xo-este
Version:
ESLint shareable config for Este.js to be used with eslint-config-xo
40 lines (25 loc) • 824 B
Markdown
# eslint-config-xo-este
> ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for Este.js to be used with [eslint-config-xo](https://github.com/sindresorhus/eslint-config-xo)
## Install
```
$ npm install --save-dev eslint-config-xo-space eslint-config-xo-react eslint-config-xo-este
```
## Usage
Add config to your `package.json`:
```json
{
"name": "my-awesome-este-project",
"xo": {
"extends": [
"xo-space",
"xo-react",
"xo-este"
]
}
}
```
## Related
- [eslint-config-xo-react](https://github.com/sindresorhus/eslint-config-xo-react) - ESLint shareable config for XO React
- [eslint-config-xo-space](https://github.com/sindresorhus/eslint-config-xo-space) - ESLint shareable config for XO with 2-space indent
## License
MIT © Cyril Bioley