From a758163a05c8ff79fa6a67d907f6a6ae07f55b90 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 16 Feb 2024 21:18:43 +0100 Subject: [PATCH] docs: fix expected errors in react example (#237) --- examples/react/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/react/README.md b/examples/react/README.md index 260353b4..bac44894 100644 --- a/examples/react/README.md +++ b/examples/react/README.md @@ -17,8 +17,7 @@ $ npm install $ npm test eslint-plugin-markdown/examples/react/README.md - 4:10 error 'App' is defined but never used no-unused-vars 4:16 error 'name' is missing in props validation react/prop-types -✖ 2 problems (2 errors, 0 warnings) +✖ 1 problem (1 error, 0 warnings) ```