UNPKG

@pnp/generator-spfx

Version:

This Yeoman generator helps organisations to improve their development workflow with the SharePoint Framework. It extends the functionalities of the @microsoft/generator-sharepoint based on best pattern and practices. This generator extends the capabiliti

15 lines (12 loc) 337 B
"use strict" // check if user want to have exntend linking capability const configOptions = [ { type: 'confirm', message: 'TSLint extended (slower):', name: 'tsLint', default: false, when: answers => answers.framework && answers.framework === 'vuejs' } ] module.exports = configOptions;