mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
* Added enhanced list formatting web part sample * Update README.md * Fixed minor issue with read only render * Added descriptions to monaco editor window * Removed duplicated resources * Fixed markdown lint issues
11 lines
172 B
Plaintext
11 lines
172 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"rules": {
|
|
"at-rule-no-unknown": null,
|
|
"scss/at-rule-no-unknown": true
|
|
}
|
|
}
|