Skip to content

Instantly share code, notes, and snippets.

@vyorkin
Created October 2, 2020 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyorkin/d068be1bfb8d1a29ee00f102c73de7ab to your computer and use it in GitHub Desktop.
Save vyorkin/d068be1bfb8d1a29ee00f102c73de7ab to your computer and use it in GitHub Desktop.
// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@rushstack/eslint-config/patch/modern-module-resolution');
module.exports = {
extends: ['@scope/config-eslint/lib.js'],
parserOptions: {
// https://github.com/microsoft/rushstack/tree/master/stack/eslint-config#usage
// Each project has these 2 folders with config files:
project: ['./src/tsconfig.json', './tests/tsconfig.json'],
tsconfigRootDir: __dirname,
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment