UNPKG

@adobe/eslint-config-helix

Version:

Helix's ESLint config, based on Airbnb's style guide

32 lines (19 loc) 636 B
# Helix eslint config Eslint config used in helix projects. ## Status [![CircleCI](https://img.shields.io/circleci/project/github/adobe/helix-eslint-config.svg)](https://circleci.com/gh/adobe/helix-eslint-config) [![GitHub license](https://img.shields.io/github/license/adobe/helix-eslint-config.svg)](https://github.com/adobe/helix-eslint-config/blob/main/LICENSE.txt) [![GitHub issues](https://img.shields.io/github/issues/adobe/helix-eslint-config.svg)](https://github.com/adobe/helix-eslint-config/issues) ## Development ### Build ```bash npm install ``` ### Test ```bash npm test ``` ### Lint ```bash npm run lint ```