From 2b6557a02473a0603752056544cd98d86143b342 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 2 Apr 2018 14:47:47 -0700 Subject: lint - lint json files in app/ --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index 4fa7c2d7f..028a6dfa3 100644 --- a/.eslintrc +++ b/.eslintrc @@ -29,7 +29,8 @@ "plugins": [ "mocha", "chai", - "react" + "react", + "json" ], "globals": { -- cgit v1.2.3