From 9b598c7e2d1c64710878b00c85706a0cb866b3f3 Mon Sep 17 00:00:00 2001 From: curcuz Date: Thu, 3 Mar 2016 22:21:15 +0100 Subject: [PATCH] added strict parameter to jshintConfig --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c9c2ccc..0015747 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ }, "homepage": "https://github.com/fwrgit/resin-electronjs#readme", "jshintConfig": { - "esnext": true + "esnext": true, + "strict": true } }