Skip to content

Commit

Permalink
feat(package.json): add remark-gfm; test lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 1, 2021
1 parent 5d8db1b commit bcbf3f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
}
},
"lint-staged": {
"*": "prettier --loglevel warn --write --ignore-unknown",
"*.md": [
"remark -o --use reference-links"
"remark -o --use reference-links --use gfm"
],
"./package.json": "sort-package-json"
"./package.json": "sort-package-json",
"*": "prettier --write --ignore-unknown"
},
"prettier": {
"endOfLine": "lf",
Expand Down Expand Up @@ -159,10 +159,11 @@
"prettier": "^2.2.1",
"puppeteer": "5.4.0",
"remark-cli": "^9.0.0",
"remark-gfm": "^1.0.0",
"remark-reference-links": "^5.0.0",
"semantic-release": "Xunnamius/semantic-release#contrib-holistic",
"shelljs": "^0.8.4",
"sort-package-json": "^1.48.0",
"sort-package-json": "Xunnamius/sort-package-json#contrib",
"source-map-support": "^0.5.19",
"spellchecker": "^3.7.1",
"test-listen": "^1.1.0",
Expand Down

0 comments on commit bcbf3f5

Please sign in to comment.