Skip to content

Commit

Permalink
FIX: resolve PR comments
Browse files Browse the repository at this point in the history
- remove redundant content from the readme file
  • Loading branch information
iiison committed Apr 29, 2019
1 parent b94d52d commit 29d70e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/rules/jsx-no-literals.md
Expand Up @@ -68,10 +68,6 @@ var Hello = <div class={'xx'} />;
var Hello = <div class={`xx`} />;
```

```jsx
var Hello = <div event={()=>{}} />;
```

The following are **not** considered warnings:

```jsx
Expand Down

0 comments on commit 29d70e6

Please sign in to comment.