mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
* Adds basics for adding Remark * Adds GitHub Action for remark * Adds GitHub Action for remark * Ensure all fenced code blocks have a code flag
16 lines
444 B
JSON
16 lines
444 B
JSON
{
|
|
"name": "home-assistant.io",
|
|
"description": "Home Assistant Website & Documentation",
|
|
"version": "1.0.0",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"remark-cli": "^7.0.0",
|
|
"remark-frontmatter": "^1.3.2",
|
|
"remark-lint": "^6.0.5",
|
|
"remark-lint-fenced-code-flag": "^1.0.3",
|
|
"remark-stringify": "^7.0.3"
|
|
},
|
|
"scripts": {
|
|
"markdown:lint": "remark --quiet --frail ."
|
|
}
|
|
} |