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 445B

1234567891011121314151617
  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. ],
  9. "rules": {
  10. "at-rule-empty-line-before": null,
  11. "color-hex-length": null,
  12. "comment-empty-line-before": null,
  13. "indentation": 4,
  14. "number-leading-zero": null,
  15. "rule-empty-line-before": null
  16. }
  17. }