We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0266fff commit 3f44c9eCopy full SHA for 3f44c9e
package.json
@@ -19,7 +19,7 @@
19
"format:js:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
20
"format:mdx": "prettier --write \"**/*.{md,mdx}\"",
21
"format:mdx:check": "prettier --check \"**/*.{md,mdx}\"",
22
- "links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\""
+ "links:check": "linkinator ./build --recurse --verbosity error --skip \".*github.*|.*localhost.*\"",
23
"vale:sync": "vale sync",
24
"vale": "vale docs/",
25
"vale:check": "vale --minAlertLevel=warning docs/"
0 commit comments