Skip to content

Commit

Permalink
Refactor to use more explicit names
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 17, 2023
1 parent 69583d2 commit b81001f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,19 @@
},
"remarkConfig": {
"plugins": [
"preset-wooorm",
"remark-preset-wooorm",
[
"gfm",
"remark-gfm",
{
"tablePipeAlign": false
}
],
[
"lint-table-pipe-alignment",
"remark-lint-table-pipe-alignment",
false
],
[
"lint-no-html",
"remark-lint-no-html",
false
]
]
Expand Down

0 comments on commit b81001f

Please sign in to comment.