@diegoh/eslint-config-prettier-typescript-node
Shareable eslint + prettier config for node projects using typescript and jest
Usage
- Install this module
npm i -D @diegoh/eslint-config-prettier-typescript-node
- Integrate into your project's eslint config file
E.g. in .eslintrc.js
module.exports = {
// ...
extends: ['@diegoh/eslint-config-prettier-typescript-node']
// ...
};
Development
- Create a new branch from
master
with a name relevant to the changes you're making.git branch -b my-new-feature-description
- Push the branch and open a Pull Request (PR).
- Request a code review.
When integrating back to the mainline commits should be Squash merged.