mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-11-01 07:48:01 +09:00
16 lines
456 B
JSON
16 lines
456 B
JSON
{
|
|
"name": "wiki-brainux-org",
|
|
"devDependencies": {
|
|
"markdownlint": "^0.25.0",
|
|
"markdownlint-cli": "^0.30.0",
|
|
"textlint": "^11.9.0",
|
|
"textlint-rule-preset-japanese": "^6.0.1",
|
|
"textlint-rule-prh": "^5.3.0"
|
|
},
|
|
"scripts": {
|
|
"textlint": "textlint '_posts/*'",
|
|
"textlint-fix": "textlint --fix '_posts/*'",
|
|
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js _posts"
|
|
}
|
|
}
|