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

1.1.1 • Public • Published

@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.

Package Sidebar

Install

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

Weekly Downloads

10

Version

1.1.1

License

MIT

Unpacked Size

6.92 kB

Total Files

6

Last publish

Collaborators

  • diegoh