mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Contributing: cleanup quote style
The line above it recommends `'` over `"`, and yet the line in question uses `"`.
This commit is contained in:
@@ -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