Skip to content

Commit 723f2a8

Browse files
committed
Added package json
1 parent 2c67c2a commit 723f2a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)