@adobe/eslint-config-helix
Version:
Helix's ESLint config, based on Airbnb's style guide
32 lines (19 loc) • 636 B
Markdown
# Helix eslint config
Eslint config used in helix projects.
## Status
[](https://circleci.com/gh/adobe/helix-eslint-config)
[](https://github.com/adobe/helix-eslint-config/blob/main/LICENSE.txt)
[](https://github.com/adobe/helix-eslint-config/issues)
## Development
### Build
```bash
npm install
```
### Test
```bash
npm test
```
### Lint
```bash
npm run lint
```