Evernaut / eslint-config-javascript
The Evernaut ESLint config for JavaScript projects.
Includes:
- eslint
- prettier
- eslint-config-prettier
- eslint-plugin-json
- eslint-plugin-prettier
Usage
-
Install the package
npm i -D eslint-config-evernaut-javascript -
Install the npm peer dependencies
- Ensure the versions match the required semver specifications in package.json
npm i -D eslint eslint-plugin-json eslint-plugin-prettier prettier -
Add the configuration to the
extends
property in the project's eslint configurationextends: "evernaut-javascript"
Process Guides
- Local Environment Setup Process
- Development Process
- Issue Triage Process
- Code Review Process
- Release Process