選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.stylelintrc 315B

1234567891011
  1. extends: stylelint-config-standard
  2. rules:
  3. block-closing-brace-empty-line-before: null
  4. color-hex-length: null
  5. comment-empty-line-before: null
  6. declaration-empty-line-before: null
  7. indentation: 4
  8. no-descending-specificity: null
  9. rule-empty-line-before: null
  10. selector-pseudo-element-colon-notation: null