UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

15 lines (13 loc) 302 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' } } } ];