Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adobe/helix-eslint-config

Eslint config used in helix projects.
https://github.com/adobe/helix-eslint-config

eslint eslint-config helix helix2 helix3 library

Last synced: about 22 hours ago
JSON representation

Eslint config used in helix projects.

Awesome Lists containing this project

README

        

# 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
```