Browse Source

Match eslint's line length settings (#8845)

main
Ragnar Þór Valgeirsson 8 years ago
committed by Dan Abramov
parent
commit
19b5ce72c1
  1. 2
      contributing/how-to-contribute.md

2
contributing/how-to-contribute.md

@ -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`

Loading…
Cancel
Save