add eslint to travis
This commit is contained in:
parent
c0c0eb0550
commit
84641f4056
|
@ -3,7 +3,7 @@
|
||||||
"version": "2.6.1",
|
"version": "2.6.1",
|
||||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "./node_modules/eslint/bin/eslint.js lib/",
|
"lint": "./node_modules/.bin/eslint lib/",
|
||||||
"test": "mocha test/ --no-timeouts",
|
"test": "mocha test/ --no-timeouts",
|
||||||
"testdapp": "cd test_app/ && npm install && ../bin/embark test",
|
"testdapp": "cd test_app/ && npm install && ../bin/embark test",
|
||||||
"fulltest": "npm run lint && npm run test && npm run testdapp",
|
"fulltest": "npm run lint && npm run test && npm run testdapp",
|
||||||
|
@ -65,6 +65,7 @@
|
||||||
"homepage": "https://github.com/iurimatias/embark-framework",
|
"homepage": "https://github.com/iurimatias/embark-framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"eslint": "4.13.1",
|
||||||
"grunt": "^1.0.1",
|
"grunt": "^1.0.1",
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-clean": "^1.0.0",
|
"grunt-contrib-clean": "^1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue