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.

12 lines
248 B

  1. {
  2. "default": true,
  3. "line-length": false,
  4. "no-inline-html": {
  5. "allowed_elements": ["kbd"]
  6. },
  7. "single-h1": {
  8. "front_matter_title": ""
  9. },
  10. "no-trailing-punctuation": {
  11. "punctuation": ",;:!?。,;:!?"
  12. }
  13. }