create-mendix-widget
Version:
Create a working Mendix widget with one command.
15 lines (14 loc) • 458 B
JSON
{
"plugins": ["stylelint-scss"],
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
"indentation": [2, { "severity": "warning" }],
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"declaration-empty-line-before": "never",
"comment-empty-line-before": null,
"color-hex-length": null,
"function-name-case": null
},
"ignoreFiles": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}