From 024e902fbe15a7181b9233b3c95b3a34ce8e4a56 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 4 Nov 2016 12:25:24 -0300 Subject: [PATCH] =?UTF-8?q?=C3=BAse=20process=20exit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index eec982dac..91ae8d713 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -35,7 +35,7 @@ "no-throw-literal": [2], "yoda": [1], "no-path-concat": [2], - "no-process-exit": [2], + "no-process-exit": [0], "eol-last": [1], "no-continue": [1], "no-nested-ternary": [1],