Microsoft Rush + ESLint + VS Code Setup
Use the following code in .eslintrc.js
in node/backend projects:
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch/modern-module-resolution')
module.exports = {
extends: [