From f271572234df9d51afc1137e97def72dac3ce3a7 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Mon, 19 Oct 2015 21:38:58 +0300 Subject: [PATCH] eslintrc tuning --- .eslintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 95898b2..a493496 100644 --- a/.eslintrc +++ b/.eslintrc @@ -22,9 +22,9 @@ "padded-blocks": 0, "id-length": [2, { "min": 3, - "max": 20, + "max": 30, "properties": "never", - "exceptions": ["x", "y", "vx", "vy", "id", "i"] + "exceptions": ["x", "y", "vx", "vy", "id", "i", "e", "fn"] }] }, "plugins": [