Skip to content

Commit 5ac178c

Browse files
committed
FIX: resolve PR comments
- remove redundant content from the readme file
1 parent 9c5debc commit 5ac178c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/rules/jsx-no-literals.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ var Hello = <div class={'xx'} />;
6868
var Hello = <div class={`xx`} />;
6969
```
7070

71-
```jsx
72-
var Hello = <div event={()=>{}} />;
73-
```
74-
7571
The following are **not** considered warnings:
7672

7773
```jsx

0 commit comments

Comments
 (0)