From 3fcc1632617f3644154e86cbf4a67445f60f0686 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Sat, 9 Apr 2016 19:08:07 -0400 Subject: [PATCH] Contribution Policy Changes: Part II --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5692eb37..46d89052 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "start": "electron js/electron.js", "eslint": "eslint .", - "jscs": "jscs **/**/**/**/*.js" + "jscs": "jscs **/**/**/**/*.js", + "stylelint": "stylelint css/main.css fonts/roboto.css", + "htmlvalidator": "html-validator --file=index.html" }, "repository": { "type": "git",