5 lines
204 B
JavaScript
Raw Normal View History

2022-09-04 10:53:51 +05:30
require('@rushstack/eslint-config/patch/modern-module-resolution');
module.exports = {
extends: ['@microsoft/eslint-config-spfx/lib/profiles/react'],
2022-09-07 14:21:02 +05:30
parserOptions: { tsconfigRootDir: __dirname }
2022-09-04 10:53:51 +05:30
};