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

.markdownlint.json 289B

1234567891011121314
  1. {
  2. "default": true,
  3. "colors": true,
  4. "header-increment": false,
  5. "line-length": false,
  6. "no-trailing-punctuation": {
  7. "punctuation": ".,;:"
  8. },
  9. "no-duplicate-header": false,
  10. "no-inline-html": false,
  11. "no-hard-tabs": false,
  12. "whitespace": false,
  13. "link-fragments": false
  14. }