File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 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 @@ -24,8 +24,6 @@ $ npm install compression
24
24
25
25
## API
26
26
27
- <!-- eslint-disable no-unused-vars -->
28
-
29
27
``` js
30
28
var compression = require (' compression' )
31
29
```
Original file line number Diff line number Diff line change 22
22
"eslint" : " 7.32.0" ,
23
23
"eslint-config-standard" : " 14.1.1" ,
24
24
"eslint-plugin-import" : " 2.25.4" ,
25
- "eslint-plugin-markdown" : " 1.0.0 " ,
25
+ "eslint-plugin-markdown" : " 2.2.1 " ,
26
26
"eslint-plugin-node" : " 9.2.0" ,
27
27
"eslint-plugin-promise" : " 4.2.1" ,
28
28
"eslint-plugin-standard" : " 4.0.1" ,
39
39
"node" : " >= 0.8.0"
40
40
},
41
41
"scripts" : {
42
- "lint" : " eslint --plugin markdown --ext js,md ." ,
42
+ "lint" : " eslint ." ,
43
43
"test" : " mocha --check-leaks --reporter spec --bail" ,
44
44
"test-ci" : " nyc --reporter=lcovonly --reporter=text npm test" ,
45
45
"test-cov" : " nyc --reporter=html --reporter=text npm test"
You can’t perform that action at this time.
0 commit comments