Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redwerks/eslint-config
- Owner: redwerks
- Created: 2020-01-17T03:32:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T15:09:51.000Z (about 2 years ago)
- Last Synced: 2024-10-14T05:01:43.259Z (4 months ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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)