sp-dev-fx-webparts/samples/react-graph-telephonedirectory/.eslintrc.js

5 lines
202 B
JavaScript
Raw Normal View History

2023-03-10 07:39:26 -05:00
require('@rushstack/eslint-config/patch/modern-module-resolution');
module.exports = {
extends: ['@microsoft/eslint-config-spfx/lib/profiles/react'],
parserOptions: { tsconfigRootDir: __dirname }
};