Skip to content

Commit a758163

Browse files
authored
docs: fix expected errors in react example (#237)
1 parent cbb8e3a commit a758163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/react/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ $ npm install
1717
$ npm test
1818

1919
eslint-plugin-markdown/examples/react/README.md
20-
4:10 error 'App' is defined but never used no-unused-vars
2120
4:16 error 'name' is missing in props validation react/prop-types
2221

23-
2 problems (2 errors, 0 warnings)
22+
1 problem (1 error, 0 warnings)
2423
```

0 commit comments

Comments
 (0)