mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Contributing: cleanup quote style
The line above it recommends `'` over `"`, and yet the line in question uses `"`.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
|
||||
* Commas last,
|
||||
* 2 spaces for indentation (no tabs)
|
||||
* Prefer `'` over `"`
|
||||
* `"use strict";`
|
||||
* `'use strict';`
|
||||
* 80 character line length
|
||||
* "Attractive"
|
||||
* Do not use the optional parameters of `setTimeout` and `setInterval`
|
||||
|
||||
Reference in New Issue
Block a user