Skip to content

Commit 0d7f541

Browse files
9romiselisilinhart
andauthored
fix(no-duplicate-store-ids): fix the error message that shouldn't appear in vscode (#57)
* fix(no-duplicate-store-ids): cache store id by filepath * docs(no-duplicate-store-ids): add notice about VSCode plugin --------- Co-authored-by: Lisi Linhart <[email protected]>
1 parent 1effca8 commit 0d7f541

File tree

10 files changed

+618
-44
lines changed

10 files changed

+618
-44
lines changed

docs/rules/no-duplicate-store-ids.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!-- end auto-generated rule header -->
66

7+
> [!IMPORTANT]
8+
>
9+
> Since ESLint is based on a single file check and the store IDs are not associated with each other.
10+
>
11+
> This rule may not prompt an error under the VSCode plugin, but it works fine in the CLI.
12+
713
## Rule Details
814

915
❌ Examples of **incorrect** code for this rule:

0 commit comments

Comments
 (0)