Optional - Set format on save and any global prettier options
npm i -D eslint prettier eslint-plugin-prettier eslint-config-prettier eslint-plugin-node eslint-config-node
| module.exports = { | |
| "parser": "@typescript-eslint/parser", | |
| "parserOptions": { | |
| "project": "./tsconfig.json" | |
| }, | |
| "extends": [ | |
| "eslint:recommended", | |
| "airbnb-base", | |
| "plugin:eslint-comments/recommended", | |
| "plugin:promise/recommended", |
Picking the right architecture = Picking the right battles + Managing trade-offs