Introduce code-analysis bot

This commit is contained in:
Christopher Chedeau
2015-12-09 15:29:00 -08:00
parent c0c8e7cfdf
commit 402fd06725
3 changed files with 245 additions and 1 deletions

View File

@@ -46,7 +46,7 @@
],
"scripts": {
"test": "NODE_ENV=test jest",
"lint": "eslint Examples/ Libraries/",
"lint": "eslint Examples/ Libraries/ bots/code-analysis-bot.js",
"start": "/usr/bin/env bash -c './packager/packager.sh \"$@\" || true' --"
},
"bin": {
@@ -122,6 +122,7 @@
"yeoman-generator": "^0.20.3"
},
"devDependencies": {
"github": "^0.2.4",
"jest-cli": "0.7.1",
"babel-eslint": "4.1.4",
"eslint": "1.3.1",