mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2024-12-22 12:10:06 +09:00
Update npm run target
This commit is contained in:
parent
eecc273562
commit
21fa7352e0
@ -77,8 +77,8 @@ $ source ./env/bin/activate
|
|||||||
Textlintを動かして、正常にlintされるか試します。自動修正は`npm run fix`で発動できますが、意図しない修正が起こる可能性があるためあまりおすすめしません。
|
Textlintを動かして、正常にlintされるか試します。自動修正は`npm run fix`で発動できますが、意図しない修正が起こる可能性があるためあまりおすすめしません。
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm run lint
|
$ npm run textlint
|
||||||
$ npm run fix # お好みで
|
$ npm run textlint-fix # お好みで
|
||||||
```
|
```
|
||||||
|
|
||||||
markdownlintを動かして、正常にlintされるか試します。
|
markdownlintを動かして、正常にlintされるか試します。
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"textlint-rule-prh": "^5.3.0"
|
"textlint-rule-prh": "^5.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "textlint '_posts/*'",
|
"textlint": "textlint '_posts/*'",
|
||||||
"fix": "textlint --fix '_posts/*'",
|
"textlint-fix": "textlint --fix '_posts/*'",
|
||||||
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js _posts"
|
"mdlint": "./node_modules/markdownlint-cli/markdownlint.js _posts"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user