2019-10-24 05:35:02 +03:00
|
|
|
// This is a workaround for https://github.com/eslint/eslint/issues/3458
|
2020-11-25 07:12:30 +03:00
|
|
|
require('@rushstack/eslint-config/patch/modern-module-resolution');
|
2019-10-24 05:35:02 +03:00
|
|
|
|
|
|
|
module.exports = {
|
2020-11-25 07:12:30 +03:00
|
|
|
extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'],
|
|
|
|
parserOptions: { tsconfigRootDir: __dirname }
|
2019-10-24 05:35:02 +03:00
|
|
|
};
|