💚 Fixed up some CI issues (#186)

This commit is contained in:
Myles Braithwaite
2025-01-19 15:25:28 -05:00
committed by GitHub
parent 6feb71517d
commit ad2a8246f2
6 changed files with 231 additions and 221 deletions

View File

@ -15,18 +15,7 @@
},
"scripts": {
"lint": "remark -u validate-links README.md --frail",
"lintfix": "npm run lint -- -o",
"lintfix": "remark README.md -o",
"build": "mkdir -p build/ && showdown makehtml -i README.md -o build/index.html"
},
"remarkConfig": {
"settings": {
"bullet": "-",
"emphasis": "_",
"strong": "*"
},
"plugins": [
"remark-preset-lint-consistent",
"remark-preset-lint-recommended"
]
}
}