From d8700e8d4efdf3de0a15735c161d26f46bb64207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ragnar=20=C3=9E=C3=B3r=20Valgeirsson?= Date: Mon, 23 Jan 2017 16:47:48 +0000 Subject: [PATCH] Match eslint's line length settings (#8845) (cherry picked from commit 09b3ec5d3cf39e7fd1359a475fdd2d0e853e27d5) --- docs/contributing/how-to-contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/how-to-contribute.md b/docs/contributing/how-to-contribute.md index e1a10c74f9..9be878c237 100644 --- a/docs/contributing/how-to-contribute.md +++ b/docs/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`