Skip to content

Commit

Permalink
bulid: eslint-plugin-markdown@2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 19, 2021
1 parent ff9d938 commit 2b142e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
root: true
extends:
- plugin:markdown/recommended
plugins:
- markdown
overrides:
- files: '**/*.md'
processor: 'markdown/markdown'
rules:
eol-last: error
eqeqeq: ["error", "always", { "null": "ignore" }]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"after": "0.8.2",
"cookie-parser": "1.4.5",
"eslint": "7.26.0",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-markdown": "2.1.0",
"express": "4.17.1",
"mocha": "8.4.0",
"nyc": "15.1.0",
Expand All @@ -39,7 +39,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme.js",
"lint": "eslint . && node ./scripts/lint-readme.js",
"test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc npm test",
Expand Down

0 comments on commit 2b142e3

Please sign in to comment.