Skip to content

Commit

Permalink
chore(commitlint): converted config to json
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Sep 20, 2024
1 parent c5b38c9 commit f742240
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .remarkrc.cjs

This file was deleted.

14 changes: 14 additions & 0 deletions .remarkrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"settings": {
"listItemIndent": "one",
"emphasis": "_",
"strong": "_",
"bullet": "*",
"incrementListMarker": false
},
"plugins": [
"@form8ion/remark-lint-preset",
["remark-toc", {"tight": true}],
["remark-usage", {"heading": "example"}]
]
}

0 comments on commit f742240

Please sign in to comment.