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 8ae2b03 commit 23a5ab0Copy full SHA for 23a5ab0
package.json
@@ -9,8 +9,8 @@
9
"lint:fix": "eslint . --fix",
10
"format": "prettier --check .",
11
"format:fix": "prettier --write .",
12
- "format:md": "prettier --check '**/*.md'",
13
- "format:md:fix": "prettier --write '**/*.md'",
+ "format:md": "prettier --check **/*.md",
+ "format:md:fix": "prettier --write **/*.md",
14
"lint:md": "markdownlint --ignore-path .gitignore .",
15
"lint:md:fix": "markdownlint --ignore-path .gitignore --fix .",
16
"prepare": "husky install"
0 commit comments