Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-markdown to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Feb 15, 2021
1 parent 5787a47 commit f7fcbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-secrets": "^0.6.8",
"eslint-plugin-optimize-regex": "^1.2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/rules/plugins/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
overrides: [
{
files: ["*.md", "**/*.md"],
processor: "markdown/markdown",
parserOptions: {
ecmacFeatures: {
impliedStrict: true,
Expand Down

0 comments on commit f7fcbba

Please sign in to comment.