UNPKG

clean-jsdoc-theme

Version:

A beautifully crafted theme/template for JSDoc 3. This theme/template looks and feels like a premium theme/template. This is a fully mobile responsive theme and also fully customizable theme.

18 lines 357 B
{ "extends": [ "stylelint-config-sass-guidelines", "stylelint-config-prettier" ], "plugins": [ "stylelint-order", "stylelint-scss" ], "rules": { "order/order": [ "custom-properties", "declarations" ], "order/properties-alphabetical-order": true, "rule-empty-line-before": "always" } }