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 2c67c2a commit 723f2a8Copy full SHA for 723f2a8
package.json
@@ -0,0 +1,13 @@
1
+{
2
+ "devDependencies": {
3
+ "markdownlint-cli": "^0.32.2"
4
+ },
5
+ "license": "MIT",
6
+ "private": true,
7
+ "scripts": {
8
+ "coding-standards-check/markdownlint": "yarn markdownlint --ignore LICENSE.md *.md",
9
+ "coding-standards-check": "yarn coding-standards-check/markdownlint",
10
+ "coding-standards-apply/markdownlint": "yarn markdownlint --fix --ignore LICENSE.md *.md",
11
+ "coding-standards-apply": "yarn coding-standards-apply/markdownlint"
12
+ }
13
+}
0 commit comments