sp-dev-fx-webparts/samples/react-add-formcustomizer-to.../.eslintrc.js

5 lines
204 B
JavaScript
Raw Normal View History

2022-09-04 01:23:51 -04:00
require('@rushstack/eslint-config/patch/modern-module-resolution');
module.exports = {
extends: ['@microsoft/eslint-config-spfx/lib/profiles/react'],
2022-09-07 04:51:02 -04:00
parserOptions: { tsconfigRootDir: __dirname }
2022-09-04 01:23:51 -04:00
};