2.0.0 • Published 5 years ago
eslint-config-evernaut-typescript v2.0.0
Evernaut / eslint-config-typescript
The Evernaut ESLint config for TypeScript projects.
Includes:
- eslint
- prettier
- eslint-config-prettier
- eslint-plugin-json
- eslint-plugin-prettier
- @typescript-eslint/parser
- @typescript-eslint/eslint-plugin
Usage
Install the package
npm i -D eslint-config-evernaut-typescript
Install the npm peer dependencies
- Ensure the versions match the required semver specifications in package.json
npm i -D @typescript-eslint/eslint-plugin eslint eslint-plugin-json eslint-plugin-prettier prettier typescript
Add the configuration to the
extends
property in the project's eslint configurationextends: ["evernaut-typescript"]
Process Guides
- Local Environment Setup Process
- Development Process
- Issue Triage Process
- Code Review Process
- Release Process