Change npm script for lint to eslint

Signed-off-by: Clement Ho <ClemMakesApps@gmail.com>
This commit is contained in:
Clement Ho 2016-06-02 13:29:49 -05:00
parent 0436f5f968
commit d03375f750
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"integration": "jest -c jest-integration.json",
"release": "grunt release",
"release-verbose": "grunt --verbose release",
"lint": "jsxhint src"
"lint": "eslint src"
},
"license": "Apache-2.0",
"electron-version": "0.35.4",