Tiny UI library for Preact https://git.dany.dev/dsluijk/teenyui
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

10 lines
199 B

  1. {
  2. "extends": "stylelint-config-sass-guidelines",
  3. "rules": {
  4. "indentation": 2,
  5. "order/properties-alphabetical-order": null,
  6. "string-quotes": "double",
  7. "max-nesting-depth": 3
  8. }
  9. }