mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-12-22 12:10:06 +09:00
16 lines
482 B
JSON
16 lines
482 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 'collections/**/*'",
|
|
"textlint-fix": "textlint --fix 'collections/**/*'",
|
|
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js collections/**/*"
|
|
}
|
|
}
|