From 888b74eae09e75d99ffa70011b3fea757609e60b Mon Sep 17 00:00:00 2001 From: Edward Shen <6173958+edward-shen@users.noreply.github.com> Date: Mon, 7 May 2018 09:52:20 -0400 Subject: [PATCH] added eslint that will validate the js --- .eslintrc.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.eslintrc.json b/.eslintrc.json index e6fec2f..46c19d4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,5 +4,11 @@ "Module": true, "Log": true, "MM": true + }, + "rules": { + "comma-dangle": "off", + "object-shorthand": "off", + "func-names": "off", + "space-before-function-paren": "off" } } \ No newline at end of file