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 844dcc5 commit a1d219eCopy full SHA for a1d219e
package.json
@@ -13,7 +13,6 @@
13
"predevelop": "test -f ./.env.development || cp ./.env.example ./.env.development",
14
"develop": "gatsby develop",
15
"lint": "eslint src/",
16
- "prelint:prose": "which vale || (echo 'Requires Vale. See https://docs.errata.ai/vale/install for instructions.' && exit 1)",
17
"lint:prose": " vale --glob='*.md' ./src/data/markdown",
18
"lint:fix": "eslint src/ --fix",
19
"precheck:links": "gatsby build",
@@ -85,4 +84,4 @@
85
84
"lint-staged": "^10.4.0",
86
"wait-on": "^5.2.0"
87
}
88
-}
+}
0 commit comments