8 строки
317 B
JavaScript
8 строки
317 B
JavaScript
// This is a workaround for https://github.com/eslint/eslint/issues/3458
|
|
require('@rushstack/eslint-config/patch/modern-module-resolution');
|
|
|
|
module.exports = {
|
|
extends: ['@rushstack/eslint-config/profile/node', '@rushstack/eslint-config/mixins/friendly-locals'],
|
|
parserOptions: { tsconfigRootDir: __dirname }
|
|
};
|