mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
7a01793062
* Revert "Revert "markdown format"" * fix formating * fix readme * add .markdownlint.json * add markdownlint-rules-grav-pages * add markdownlint-rules-grav-pages files * add license for Markdown Lint Rules for Grav Pages * fix [figure] mess * fix [figure] mess 2 * fix [figure] mess 3 * maj .gitignore * various fixes * fix markdownlint-rules-grav-pages * second formater pass * various manual fixes * add .markdownlintignore * markdownlintignore: auto-generated pages * disable proper-names for html_elements * another bunch of various markdown fixes * Update pages/02.administer/10.install/20.dns_config/dns_config.es.md Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"name": "markdownlint-rules-grav-pages",
|
|
"version": "1.0.19",
|
|
"description": "Markdownlint rules for Grav Pages",
|
|
"license": "BSD-3-Clause",
|
|
"repository": "https://github.com/syseleven/markdownlint-rules-grav-pages",
|
|
"author": "Bastian Hofmann <b.hofmann@syseleven.de>",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "jest tests",
|
|
"release": "standard-version"
|
|
},
|
|
"keywords": [
|
|
"markdownlint-rule"
|
|
],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint && npm run test"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jsonschema": "^1.2.5",
|
|
"markdown-it": "^12.3.2",
|
|
"markdownlint": "^0.25.1",
|
|
"markdownlint-cli": "^0.31.1",
|
|
"transliteration": "^2.1.8",
|
|
"yamljs": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"husky": "^4.2.3",
|
|
"jest": "^28.1.0",
|
|
"standard-version": "^9.5.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironmentOptions": {
|
|
"url": "http://localhost"
|
|
}
|
|
}
|
|
}
|