Skip to content

Lint code - change double to single quotes to keep code style - #216

Merged
amasad merged 1 commit into
react:masterfrom
stephenlacy:cli
Mar 26, 2015
Merged

Lint code - change double to single quotes to keep code style#216
amasad merged 1 commit into
react:masterfrom
stephenlacy:cli

Conversation

@stephenlacy

Copy link
Copy Markdown
Contributor

react-native-cli/index.js

  • change double to single quotes

@amasad

Copy link
Copy Markdown
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
@amasad
amasad merged commit 937dec7 into react:masterMar 26, 2015
@stephenlacy

Copy link
Copy Markdown
ContributorAuthor

😄

@stephenlacy
stephenlacy deleted the cli branch March 26, 2015 17:59
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: react/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: react/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
meta-codesyncBot 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](react/react-native-devtools-frontend@96e6bb8...7aa57d1).
### Changelog
| Commit | Author | Date/Time | Subject |
| ------ | ------ | --------- | ------- |
| [7aa57d13e](react/react-native-devtools-frontend@7aa57d13e) | Alex Hunt (hello@alexhunt.dev) | 2025-10-30T19:45:26+00:00 | [Add AGENTS.md (#215)](react/react-native-devtools-frontend@7aa57d13e) |
| [d524f81db](react/react-native-devtools-frontend@d524f81db) | Alex Hunt (hello@alexhunt.dev) | 2025-10-30T18:43:44+00:00 | [Enable Performance panel by default (#216)](react/react-native-devtools-frontend@d524f81db) |
| [62f76dfbb](react/react-native-devtools-frontend@62f76dfbb) | Alex Hunt (hello@alexhunt.dev) | 2025-10-30T17:01:50+00:00 | [Update project name in setup script (#214)](react/react-native-devtools-frontend@62f76dfbb) |
Reviewed By: hoxyq
Differential Revision: D85888511
fbshipit-source-id: fbe4be107d8be6db7b91199dfe44b604b5be0036
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stephenlacy@amasad