Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/redwerks/eslint-config

Simple eslint configurations used by Redwerks
https://github.com/redwerks/eslint-config

Last synced: 14 days ago
JSON representation

Simple eslint configurations used by Redwerks

Awesome Lists containing this project

README

        

# Redwerks eslint config

Simple eslint configuration used by Redwerks.

## Features

- Uses eslint's built-in recommendations
- Uses the [eslint-comments](https://www.npmjs.com/package/eslint-plugin-eslint-comments) plugin to warn about unused eslint comments and require disabled rules be re-enabled
- Configures eslint for use with prettier
- (Optional) TypeScript support
- (Optional) React support
- (Optional) Jest support

## Packages

- [`@redwerks/eslint-config`](./packages/eslint-config)
- [`@redwerks/eslint-config-typescript`](./packages/eslint-config-typescript)
- [`@redwerks/eslint-config-react`](./packages/eslint-config-react)
- [`@redwerks/eslint-config-jest`](./packages/eslint-config-jest)