We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a84e0d commit f9cd233Copy full SHA for f9cd233
CONTRIBUTING.md
@@ -72,7 +72,7 @@ This will watch the file system run any relevant lint, tests, and type checks au
72
* 2 spaces for indentation (no tabs)
73
* 80 character line length strongly preferred.
74
* Prefer `'` over `"`
75
-* ES6 syntax when possible.
+* ES6 syntax when possible. However do not rely on ES6-specific functions to be available.
76
* Use [Flow types](http://flowtype.org/).
77
* Use semicolons;
78
* Trailing commas,
0 commit comments