From b1f4cfeeaddfb97bd02fbbed9faca9a345a4d4cf Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 14 Jul 2015 08:17:54 -0400 Subject: [PATCH] Add plato JS static code analysis tool. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c7f7232cb4..62e0affb90 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "devDependencies": { "jshint": "^2.7.0", - "edx-custom-a11y-rules": "edx/edx-custom-a11y-rules" + "edx-custom-a11y-rules": "edx/edx-custom-a11y-rules", + "plato": "1.2.2" } }