UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

14 lines (13 loc) 301 B
const spfxProfile = require('@microsoft/eslint-config-spfx/lib/flat-profiles/react'); module.exports = [ ...spfxProfile, { files: ['**/*.ts', '**/*.tsx'], languageOptions: { parserOptions: { tsconfigRootDir: __dirname, project: './tsconfig.json' } } } ];