Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: update
  • Loading branch information
nissy-dev committed Jun 18, 2023
commit b88ea5707a4bcdd9a42d843ad8f7f499ab0e1a1f
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ parameter decorators:

- [noRedundantUseStrict](https://docs.rome.tools/lint/rules/noredundantusestrict/) check only `'use strict'` directive to resolve false positive diagnostics.

React introduce new directives, "use client" and "use server".
The rule raises false positive errors about these directives.

### Parser

### VSCode
Expand Down