File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
root : true
2
- extends : standard
2
+ extends :
3
+ - standard
4
+ - plugin:markdown/recommended
5
+ plugins :
6
+ - markdown
7
+ overrides :
8
+ - files : ' **/*.md'
9
+ processor : ' markdown/markdown'
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ $ npm install vhost
13
13
14
14
## API
15
15
16
- <!-- eslint-disable no-unused-vars -->
17
-
18
16
``` js
19
17
var vhost = require (' vhost' )
20
18
```
Original file line number Diff line number Diff line change 12
12
"eslint" : " 7.32.0" ,
13
13
"eslint-config-standard" : " 13.0.1" ,
14
14
"eslint-plugin-import" : " 2.26.0" ,
15
- "eslint-plugin-markdown" : " 1.0.2 " ,
15
+ "eslint-plugin-markdown" : " 2.2.1 " ,
16
16
"eslint-plugin-node" : " 9.2.0" ,
17
17
"eslint-plugin-promise" : " 4.3.1" ,
18
18
"eslint-plugin-standard" : " 4.1.0" ,
29
29
"node" : " >= 0.8.0"
30
30
},
31
31
"scripts" : {
32
- "lint" : " eslint --plugin markdown --ext js,md ." ,
32
+ "lint" : " eslint ." ,
33
33
"test" : " mocha --reporter spec --bail --check-leaks test/" ,
34
34
"test-ci" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" ,
35
35
"test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
You can’t perform that action at this time.
0 commit comments