Force consistent casing in file names in React Native base#118
Merged
orta merged 1 commit intotsconfig:mainfrom Jun 30, 2022
leotm:patch-3
Merged
Force consistent casing in file names in React Native base#118orta merged 1 commit intotsconfig:mainfrom leotm:patch-3
orta merged 1 commit intotsconfig:mainfrom
leotm:patch-3
Conversation
It makes sense and comes with `tsc --init` v4.7.4 Also noted in bases - recommended - create-react-app - vite-react - node16 - node10 - node 18 - node 17 - node 12 - next
Member
|
agree |
radko93
pushed a commit
to react-native-community/react-native-template-typescript
that referenced
this pull request
Jun 30, 2022
* Add TODO * Add devdep @tsconfig/react-native v2 * Extend recommended React Native TSConfig base * Doc recommended React Native TSConfig base * Remove tsc --init comments now that we're extending * Remove es2019 lib override - merged in tsconfig/bases#116 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended * Remove forceConsistentCasingInFileNames override - merged in tsconfig/bases#118 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended
This was referenced Jul 6, 2022
yardcooper
pushed a commit
to yardcooper/react-native-template
that referenced
this pull request
May 1, 2023
* Add TODO * Add devdep @tsconfig/react-native v2 * Extend recommended React Native TSConfig base * Doc recommended React Native TSConfig base * Remove tsc --init comments now that we're extending * Remove es2019 lib override - merged in tsconfig/bases#116 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended * Remove forceConsistentCasingInFileNames override - merged in tsconfig/bases#118 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended
J534-spec
added a commit
to J534-spec/react-native-template-typescript
that referenced
this pull request
Oct 8, 2025
* Add TODO * Add devdep @tsconfig/react-native v2 * Extend recommended React Native TSConfig base * Doc recommended React Native TSConfig base * Remove tsc --init comments now that we're extending * Remove es2019 lib override - merged in tsconfig/bases#116 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended * Remove forceConsistentCasingInFileNames override - merged in tsconfig/bases#118 - now in https://github.com/tsconfig/bases/blob/main/bases/react-native.json - no longer needed since extended
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It makes sense and comes with
tsc --initv4.7.4Also noted in bases