-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade react-native to 0.73.2
- Loading branch information
1 parent
249d92d
commit 10ac94d
Showing
14 changed files
with
4,367 additions
and
4,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/lib/linter/linter.js b/lib/linter/linter.js | ||
index f74d0ecd13f2e240aa581d6c36bf382c76628bf0..0d3a77c25c445f8714d6fe15c2da03cb96d117d8 100644 | ||
--- a/lib/linter/linter.js | ||
+++ b/lib/linter/linter.js | ||
@@ -46,7 +46,7 @@ const { RuleValidator } = require("../config/rule-validator"); | ||
const { assertIsRuleOptions, assertIsRuleSeverity } = require("../config/flat-config-schema"); | ||
const { normalizeSeverityToString } = require("../shared/severity"); | ||
const debug = require("debug")("eslint:linter"); | ||
-const MAX_AUTOFIX_PASSES = 10; | ||
+const MAX_AUTOFIX_PASSES = Number.MAX_VALUE; | ||
const DEFAULT_PARSER_NAME = "espree"; | ||
const DEFAULT_ECMA_VERSION = 5; | ||
const commentParser = new ConfigCommentParser(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
patches/json-bigint+1.0.0.patch → ...es/json-bigint-npm-1.0.0-8e35bcb143.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
patches/ts-interface-builder+0.3.3.patch → ...erface-builder-npm-0.3.3-64253a8816.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.