Match eslint's line length settings (#8845)

This commit is contained in:
Ragnar Þór Valgeirsson
2017-01-23 17:47:48 +01:00
committed by Dan Abramov
parent 5494b267d9
commit 09b3ec5d3c
+1 -1
View File
@@ -142,7 +142,7 @@ However, there are still some styles that the linter cannot pick up. If you are
* 2 spaces for indentation (no tabs)
* Prefer `'` over `"`
* `'use strict';`
* 80 character line length (**except documentation**)
* 120 character line length (**except documentation**)
* Write "attractive" code
* Do not use the optional parameters of `setTimeout` and `setInterval`