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

13 lines 217 B
{ "extends": [ "stylelint-config-standard", "stylelint-config-css-modules" ], "plugins": [ "stylelint-scss" ], "rules": { "at-rule-no-unknown": null, "scss/at-rule-no-unknown": true } }