forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* facebook-master: (43 commits) Explain how to uninstall create-react-app globally (facebook#9244) Fix chai URL (facebook#8895) Support ESLint 7.x (facebook#8978) Bump version of Verdaccio (facebook#7787) Upgrade dependencies (facebook#9196) Use process.execPath to spawn node subprocess (facebook#8694) Replace Spectrum links with GitHub Discussions (facebook#9102) Update deployment docs for Azure Static Web Apps (facebook#9042) Add performance relayer + documentation (web-vitals) (facebook#9116) Fix typo in docs (facebook#9135) Upgrade dependencies (facebook#9132) Add support for absolute paths when using url() in CSS (facebook#7937) feat(react-scripts): allow testMatch for jest config (facebook#9114) Upgrade to Jest 26 (facebook#8955) Update getting-started.md to match templates (facebook#9089) Update question issue template feat: remove typescript flag and NODE_PATH support (facebook#8934) Fix dotenv file loading order (facebook#9037) Update packages (facebook#9081) Dependency major version upgrades (facebook#8950) ...
- Loading branch information
Showing
151 changed files
with
3,801 additions
and
2,092 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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"arrowParens": "avoid", | ||
"trailingComma": "es5", | ||
"singleQuote": true, | ||
"semi": true | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.