mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Introduce code-analysis bot
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user