@fastybird/web-ui-theme-chalk
Version:
FastyBird IoT application UI components chalk theme
18 lines (17 loc) • 374 B
JSON
{
"extends": [
"stylelint-config-recommended-scss",
"stylelint-prettier/recommended"
],
"syntax": "scss",
"plugins": [
"stylelint-scss",
"stylelint-prettier"
],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"no-empty-source": null,
"prettier/prettier": [true, {"singleQuote": true, "tabWidth": 2}]
}
}