From a2a219c27ec607190b1c390190026d5166a51f1a Mon Sep 17 00:00:00 2001 From: Rick Date: Thu, 2 Nov 2023 16:23:56 -0700 Subject: [PATCH] eslint-config: add rule for config to work properly (#41272) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: add [no-global-assign](https://eslint.org/docs/latest/rules/no-global-assign#rule-details) to react-native/eslint-config package. without this rule, redefine global variable there is no hint, 截屏2023-11-01 14 20 40 with this rule enabled: 截屏2023-11-01 14 27 09 platform: vscode@latest, macos@14.0 (23A344) ## Changelog: [General] [Fixed] - eslint config global vars redefine there is no message tip