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.

.stylelintrc.json 480B

123456789101112131415161718
  1. {
  2. "extends": "stylelint-config-standard",
  3. "ignoreFiles": [
  4. "**/*.min.css",
  5. "**/*.min.js",
  6. "interface/css/d3evolution.css",
  7. "interface/css/nprogress.css",
  8. "interface/css/prism.css"
  9. ],
  10. "rules": {
  11. "at-rule-empty-line-before": null,
  12. "color-hex-length": null,
  13. "comment-empty-line-before": null,
  14. "indentation": 4,
  15. "number-leading-zero": null,
  16. "rule-empty-line-before": null
  17. }
  18. }