Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-markdown to v2 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2021
1 parent 1d1e45c commit 09b54ff
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'plugin:react/recommended',
'prettier/react',
'plugin:you-dont-need-lodash-underscore/all',
'plugin:markdown/recommended',
],
reportUnusedDisableDirectives: true,
rules: {
Expand Down Expand Up @@ -314,7 +315,7 @@ module.exports = {
},
},
{
files: ['**/*.md'],
files: ['**/*.md/*.js'],
rules: {
'no-undef': 0,
'no-unused-vars': 0,
Expand Down
21 changes: 11 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepublishOnly:test": "npm test"
},
"config": {
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{bin,.github}/**/*.{js,md,html}\" \".*.js\"",
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{bin,.github}/**/*.{js,md,html}\" \".*.js\" \"*.md\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{bin,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \"!**/package-lock.json\" \"!CHANGELOG.md\""
},
"husky": {
Expand Down Expand Up @@ -86,7 +86,7 @@
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-html": "^6.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
Expand Down

0 comments on commit 09b54ff

Please sign in to comment.