mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2026-01-16 15:54:17 +09:00
Install textlint and markdownlint
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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": {
|
||||
"lint": "textlint '_posts/*'",
|
||||
"fix": "textlint --fix '_posts/*'",
|
||||
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js _posts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user