sp-dev-fx-webparts/samples/react-calendar-feed/.eslintrc.js

6 lines
211 B
JavaScript

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