We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae4e66 commit 9f13be6Copy full SHA for 9f13be6
.markdownlint.json
@@ -4,5 +4,6 @@
4
"allowed_elements": ["p", "img", "a"]
5
},
6
"MD013": false,
7
- "MD025": false
+ "MD025": false,
8
+ "MD004": false
9
}
package.json
@@ -4,8 +4,10 @@
"description": "The OPEN-RPC Specification",
"main": "index.js",
"scripts": {
- "test": "node_modules/.bin/mdv ./*.md && ./node_modules/.bin/markdownlint ./README.md ./spec.md",
- "build": "./bin/build.sh"
+ "validate": "node_modules/.bin/mdv ./spec.md ./README.md ./build/markdown/*.md",
+ "lint": "./node_modules/.bin/markdownlint ./spec.md ./README.md ./build/markdown/*.md",
+ "build": "./bin/build.sh",
10
+ "test": "npm run build && npm run validate && npm run lint"
11
12
"repository": {
13
"type": "git",
0 commit comments