Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-turo/eslint-config
Turo's ESLint config
https://github.com/open-turo/eslint-config
eslint eslint-config javascript linting-rules nodejs
Last synced: about 12 hours ago
JSON representation
Turo's ESLint config
- Host: GitHub
- URL: https://github.com/open-turo/eslint-config
- Owner: open-turo
- License: mit
- Created: 2022-03-01T03:01:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T00:20:07.000Z (6 months ago)
- Last Synced: 2024-05-29T14:36:02.184Z (6 months ago)
- Topics: eslint, eslint-config, javascript, linting-rules, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# `@open-turo/eslint-config`
Turo eslint configuration
[![Release](https://img.shields.io/github/v/release/open-turo/eslint-config)](https://github.com/open-turo/eslint-config/releases/)
[![Tests pass/fail](https://img.shields.io/github/workflow/status/open-turo/eslint-config/CI)](https://github.com/open-turo/eslint-config/actions/)
[![License](https://img.shields.io/github/license/open-turo/eslint-config)](./LICENSE)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](https://github.com/dwyl/esta/issues)
![CI](https://github.com/open-turo/eslint-config/actions/workflows/release.yaml/badge.svg)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![Conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.2-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![Join us!](https://img.shields.io/badge/Turo-Join%20us%21-593CFB.svg)](https://turo.com/jobs)## Usage
Install the package and all of its peer dependencies:
```shell
npx install-peerdeps --dev @open-turo/eslint-config
```Then in your `.eslintrc` file add:
```
"extends": "@open-turo/eslint-config"
```## Get Help
Please review Issues, post new Issues against this repository as needed.
## Contributions
Please see [here](https://github.com/open-turo/contributions) for guidelines on how to contribute to this project.