From d89738d3c2ae3511511e4ca9575122158a1281b0 Mon Sep 17 00:00:00 2001 From: Martin Zagora Date: Wed, 14 Sep 2016 20:16:47 +1000 Subject: [PATCH] set eslints max-len to 120 --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4e9117a0459..16b5f74189a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -46,7 +46,8 @@ "valid-typeof": 2, "no-trailing-spaces": 0, - "eol-last": 0 + "eol-last": 0, + "max-len": [1, 120] }, "globals": { "brackets": false,