We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcf74c commit 5cbbe6fCopy full SHA for 5cbbe6f
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
textlint-rule-common-misspellings
25
- run:
26
name: lint-en
27
- command: textlint --config en/.textlintrc.json en/**/*.md
+ command: yarn textlint --config en/.textlintrc.json en/**/*.md
28
29
name: lint-ja
30
- command: textlint --config ja/.textlintrc.json ja/**/*.md
+ command: yarn textlint --config ja/.textlintrc.json ja/**/*.md
package.json
@@ -2,6 +2,9 @@
2
"name": "nuxt-docs",
3
"version": "1.0.0",
4
"description": "Nuxt.js documentation files",
5
+ "scripts": {
6
+ "textlint": "textlint"
7
+ },
8
"repository": {
9
"type": "git",
10
"url": "git+https://github.com/nuxt/docs.git"
0 commit comments