Skip to content

Commit

Permalink
Bump eslint-plugin-markdown from 1.0.2 to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jul 23, 2021
1 parent 309a4eb commit 2643786
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@
"no-unused-vars": "off",
"space-before-function-paren": "error"
},
"plugins": ["html", "markdown"]
"plugins": ["html", "markdown"],
"overrides": [
{
"files": ["**/*.md"],
"processor": "markdown/markdown"
},
{
"files": ["**/*.md/*.javascript"],
"rules": {
"comma-dangle": ["error", "never"]
}
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-config-standard": "^14.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-markdown": "^1.0.0",
"eslint-plugin-markdown": "^2.2.0",
"grunt": "^1.0.4",
"grunt-compare-size": "^0.4.2",
"grunt-contrib-connect": "^3.0.0",
Expand Down

0 comments on commit 2643786

Please sign in to comment.