mirror of
https://github.com/myles/awesome-static-generators
synced 2025-11-18 03:08:43 +01:00
💚 Fixed up some CI issues (#186)
This commit is contained in:
committed by
GitHub
parent
6feb71517d
commit
ad2a8246f2
13
package.json
13
package.json
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user