File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11root : true
2+ extends :
3+ - plugin:markdown/recommended
4+ plugins :
5+ - markdown
6+ overrides :
7+ - files : ' **/*.md'
8+ processor : ' markdown/markdown'
29rules :
310 eol-last : error
411 eqeqeq : ["error", "always", { "null": "ignore" }]
Original file line number Diff line number Diff line change 2323 "after" : " 0.8.2" ,
2424 "cookie-parser" : " 1.4.5" ,
2525 "eslint" : " 7.26.0" ,
26- "eslint-plugin-markdown" : " 1.0.2 " ,
26+ "eslint-plugin-markdown" : " 2. 1.0" ,
2727 "express" : " 4.17.1" ,
2828 "mocha" : " 8.4.0" ,
2929 "nyc" : " 15.1.0" ,
3939 "node" : " >= 0.8.0"
4040 },
4141 "scripts" : {
42- "lint" : " eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme.js" ,
42+ "lint" : " eslint . && node ./scripts/lint-readme.js" ,
4343 "test" : " mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/" ,
4444 "test-ci" : " nyc --reporter=lcov --reporter=text npm test" ,
4545 "test-cov" : " nyc npm test" ,
You can’t perform that action at this time.
0 commit comments