1.1.1 • Published 4 years ago

@diegoh/eslint-config-prettier-typescript-node v1.1.1

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

@diegoh/eslint-config-prettier-typescript-node

License: MIT Package Version

Shareable eslint + prettier config for node projects using typescript and jest

Usage

  1. Install this module

npm i -D @diegoh/eslint-config-prettier-typescript-node

  1. Integrate into your project's eslint config file

E.g. in .eslintrc.js

module.exports = {
  // ...
  extends: ['@diegoh/eslint-config-prettier-typescript-node']
  // ...
};

Development

  1. Create a new branch from master with a name relevant to the changes you're making. git branch -b my-new-feature-description
  2. Push the branch and open a Pull Request (PR).
  3. Request a code review.

When integrating back to the mainline commits should be Squash merged.