From 3211a0e6ae2f781ab7e1ef59361e24b67330e09d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 1 Mar 2018 17:51:24 -0800 Subject: [PATCH] [Docs] fix doc linting errors --- docs/guides/migration-from-2-to-3.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/migration-from-2-to-3.md b/docs/guides/migration-from-2-to-3.md index 4e6dfd920..920112b79 100644 --- a/docs/guides/migration-from-2-to-3.md +++ b/docs/guides/migration-from-2-to-3.md @@ -437,7 +437,7 @@ return 3 and not 1 as in previous versions. A closer look using [`debug`](../api/ReactWrapper/debug.md) reveals: - + ```jsx // console.log(wrapper.find('[aria-expanded="true"]').debug()); @@ -465,7 +465,7 @@ To return only the html nodes use the `wrapper.find("[aria-expanded=true]").hostNodes().debug()` will now return: - + ```jsx foo; diff --git a/package.json b/package.json index 0b22f9dc2..459a6703e 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-markdown": "^1.0.0-beta.6", + "eslint-plugin-markdown": "^1.0.0-beta.7", "eslint-plugin-react": "^7.6.1", "gitbook-cli": "^1.0.1", "gitbook-plugin-anchors": "^0.7.1",