UNPKG

@bitpshr.net/caster

Version:

Caster generates package skeletons pre-configured for testing, linting, and formatting.

12 lines (11 loc) 293 B
{ "extends": "stylelint-config-prettier", "rules": { "at-rule-no-unknown": null, "color-hex-length": "long", "indentation": "tab", "no-descending-specificity": null, "property-no-unknown": [true, { ignoreProperties: ["composes"] }], "selector-pseudo-class-no-unknown": null } }