-
Notifications
You must be signed in to change notification settings - Fork 25k
Lint code - change double to single quotes to keep code style #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Contributor
|
Thanks! |
amasad
added a commit
that referenced
this pull request
Mar 26, 2015
Lint code - change double to single quotes to keep code style
Contributor
Author
|
😄 |
harrykiselev
pushed a commit
to harrykiselev/react-native
that referenced
this pull request
Aug 5, 2015
Fixed typo (it's to its)
facebook-github-bot
pushed a commit
that referenced
this pull request
Aug 10, 2018
Summary:
**Summary**
This pull request bumps Babel to 7.0.0-beta.56 to incorporate the latest bugfixes from Babel.
**Test plan**
One way to test is to add a simple TypeScript file with a type as the default export:
```typescript
export const test = 1
export default interface A {}
```
and then import that file from any other file:
```js
import { test } from './typescript-test'
```
Before this would throw an error, but with the latest Babel this is now fixed.
Pull Request resolved: facebook/metro#216
Reviewed By: mjesun
Differential Revision: D9216331
Pulled By: rafeca
fbshipit-source-id: a48e87c3c6b2902be410395b1b4afab63cb88fec
kelset
pushed a commit
that referenced
this pull request
Aug 13, 2018
Summary:
**Summary**
This pull request bumps Babel to 7.0.0-beta.56 to incorporate the latest bugfixes from Babel.
**Test plan**
One way to test is to add a simple TypeScript file with a type as the default export:
```typescript
export const test = 1
export default interface A {}
```
and then import that file from any other file:
```js
import { test } from './typescript-test'
```
Before this would throw an error, but with the latest Babel this is now fixed.
Pull Request resolved: facebook/metro#216
Reviewed By: mjesun
Differential Revision: D9216331
Pulled By: rafeca
fbshipit-source-id: a48e87c3c6b2902be410395b1b4afab63cb88fec
acoates-ms
added a commit
to acoates-ms/react-native
that referenced
this pull request
Jan 8, 2020
* Remove some usages of win32 that are no longer needed. * lint fix
jfrolich
pushed a commit
to jfrolich/react-native
that referenced
this pull request
Apr 22, 2020
ayushjainrksh
referenced
this pull request
in MLH-Fellowship/react-native
Jul 2, 2020
Making it a little clearer that you can use vector config options with vector values.
huntie
added a commit
to huntie/react-native
that referenced
this pull request
Oct 30, 2025
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from 96e6bb8...7aa57d1 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@96e6bb8...7aa57d1). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [7aa57d13e](facebook/react-native-devtools-frontend@7aa57d13e) | Alex Hunt ([email protected]) | 2025-10-30T19:45:26+00:00 | [Add AGENTS.md (facebook#215)](facebook/react-native-devtools-frontend@7aa57d13e) | | [d524f81db](facebook/react-native-devtools-frontend@d524f81db) | Alex Hunt ([email protected]) | 2025-10-30T18:43:44+00:00 | [Enable Performance panel by default (facebook#216)](facebook/react-native-devtools-frontend@d524f81db) | | [62f76dfbb](facebook/react-native-devtools-frontend@62f76dfbb) | Alex Hunt ([email protected]) | 2025-10-30T17:01:50+00:00 | [Update project name in setup script (facebook#214)](facebook/react-native-devtools-frontend@62f76dfbb) | Differential Revision: D85888511
meta-codesync bot
pushed a commit
that referenced
this pull request
Oct 30, 2025
Summary: Pull Request resolved: #54340 Changelog: [Internal] - Update `react-native/debugger-frontend` from 96e6bb8...7aa57d1 Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](facebook/react-native-devtools-frontend@96e6bb8...7aa57d1). ### Changelog | Commit | Author | Date/Time | Subject | | ------ | ------ | --------- | ------- | | [7aa57d13e](facebook/react-native-devtools-frontend@7aa57d13e) | Alex Hunt ([email protected]) | 2025-10-30T19:45:26+00:00 | [Add AGENTS.md (#215)](facebook/react-native-devtools-frontend@7aa57d13e) | | [d524f81db](facebook/react-native-devtools-frontend@d524f81db) | Alex Hunt ([email protected]) | 2025-10-30T18:43:44+00:00 | [Enable Performance panel by default (#216)](facebook/react-native-devtools-frontend@d524f81db) | | [62f76dfbb](facebook/react-native-devtools-frontend@62f76dfbb) | Alex Hunt ([email protected]) | 2025-10-30T17:01:50+00:00 | [Update project name in setup script (#214)](facebook/react-native-devtools-frontend@62f76dfbb) | Reviewed By: hoxyq Differential Revision: D85888511 fbshipit-source-id: fbe4be107d8be6db7b91199dfe44b604b5be0036
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.
react-native-cli/index.js