File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "default": true,
3
+ "MD018": true,
4
+ "MD003": { "style": "atx" }
5
+ }
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ port: 4001
28
28
exclude :
29
29
- .idea/
30
30
- .gitignore
31
+ - node_modules
31
32
# these are the files and directories that jekyll will exclude from the build
32
33
33
34
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " This file: Node-dependant workflow scripts for the jekyll-based site" ,
5
5
"scripts" : {
6
- "fetch-readmes" : " get-readmes --repos=./_data --out=./_includes/readmes"
6
+ "fetch-readmes" : " get-readmes --repos=./_data --out=./_includes/readmes" ,
7
+ "lint-readmes" : " markdownlint _includes/readmes/"
7
8
},
8
9
"repository" : {
9
10
"type" : " git" ,
10
11
"url" : " git+https://github.com/Strongloop/loopback.io.git"
11
12
},
12
13
"devDependencies" : {
13
- "getreadmes" : " github:strongloop/get-readmes"
14
+ "getreadmes" : " github:strongloop/get-readmes" ,
15
+ "markdownlint-cli" : " github:sequoia/markdownlint-cli"
14
16
}
15
17
}
You can’t perform that action at this time.
0 commit comments