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'
3
10
rules :
4
11
no-param-reassign : error
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ $ npm install send
26
26
27
27
## API
28
28
29
- <!-- eslint-disable no-unused-vars -->
30
-
31
29
``` js
32
30
var send = require (' send' )
33
31
```
Original file line number Diff line number Diff line change 35
35
"eslint" : " 7.32.0" ,
36
36
"eslint-config-standard" : " 14.1.1" ,
37
37
"eslint-plugin-import" : " 2.25.3" ,
38
- "eslint-plugin-markdown" : " 1.0.2 " ,
38
+ "eslint-plugin-markdown" : " 2.2.1 " ,
39
39
"eslint-plugin-node" : " 11.1.0" ,
40
40
"eslint-plugin-promise" : " 5.1.1" ,
41
41
"eslint-plugin-standard" : " 4.0.2" ,
53
53
"node" : " >= 0.8.0"
54
54
},
55
55
"scripts" : {
56
- "lint" : " eslint --plugin markdown --ext js,md ." ,
56
+ "lint" : " eslint ." ,
57
57
"test" : " mocha --check-leaks --reporter spec --bail" ,
58
58
"test-ci" : " istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec" ,
59
59
"test-cov" : " istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
You can’t perform that action at this time.
0 commit comments