From c1445f1abe70afd84c4a004fe1d063eda245c90f Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 30 Apr 2018 17:07:25 -0400 Subject: [PATCH] Remove comment about 90 character line length limit --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 09f68949c..a53086c51 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,7 +48,6 @@ module.exports = { // Prettier overrides: 'arrow-parens': 'off', 'function-paren-newline': 'off', - // 90 characters allows three+ side-by-side screens on a standard-size monitor 'max-len': [ 'error', {