Skip to content

Commit

Permalink
docs: fix expected errors in react example (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Feb 16, 2024
1 parent cbb8e3a commit a758163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/react/README.md
Expand Up @@ -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)
```

0 comments on commit a758163

Please sign in to comment.