Skip to content

Commit f9cd233

Browse files
committed
Minor note in contributing
1 parent 2a84e0d commit f9cd233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This will watch the file system run any relevant lint, tests, and type checks au
7272
* 2 spaces for indentation (no tabs)
7373
* 80 character line length strongly preferred.
7474
* Prefer `'` over `"`
75-
* ES6 syntax when possible.
75+
* ES6 syntax when possible. However do not rely on ES6-specific functions to be available.
7676
* Use [Flow types](http://flowtype.org/).
7777
* Use semicolons;
7878
* Trailing commas,

0 commit comments

Comments
 (0)