Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adobe/helix-eslint-config
- Owner: adobe
- License: apache-2.0
- Created: 2019-08-12T21:26:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:49:09.000Z (10 months ago)
- Last Synced: 2024-04-14T05:09:39.295Z (10 months ago)
- Topics: eslint, eslint-config, helix, helix2, helix3, library
- Language: JavaScript
- Homepage:
- Size: 1.23 MB
- Stars: 2
- Watchers: 33
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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
```