UNPKG

@fastybird/web-ui-theme-chalk

Version:
18 lines (17 loc) 374 B
{ "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}] } }