Skip to content

Commit

Permalink
docs: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Aug 20, 2024
1 parent 6b8f321 commit 2d0a947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/eslint-plugin-react-web-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export default [

| Rule | Description | 💼 | 💭 | |
| :-------------------------------------- | :-------------------------------------------- | :-: | :-: | :-: |
| `no-leaked-timeout` | Prevents leaked `setTimeout` | ✔️ | | 🚧 |
| `no-leaked-interval` | Prevents leaked `setInterval` | ✔️ | | 🚧 |
| `no-leaked-timeout` | Prevents leaked `setTimeout` | ✔️ | | |
| `no-leaked-interval` | Prevents leaked `setInterval` | ✔️ | | |
| `no-leaked-idle-callback` | Prevents leaked `requestIdleCallback` | ✔️ | | 🚧 |
| `no-leaked-animation-frame` | Prevents leaked `requestAnimationFrame` | ✔️ | | 🚧 |
| `no-leaked-event-source` | Prevents leaked `EventSource` | ✔️ | | 🚧 |
Expand Down

0 comments on commit 2d0a947

Please sign in to comment.