add standard reporter
Showing
... | @@ -21,12 +21,13 @@ | ... | @@ -21,12 +21,13 @@ |
"devDependencies": { | "devDependencies": { | ||
"babel-preset-react": "^6.5.0", | "babel-preset-react": "^6.5.0", | ||
"babelify": "^7.2.0", | "babelify": "^7.2.0", | ||
"standard": "^7.0.1" | "standard": "^7.0.1", | ||
"standard-reporter": "^0.0.9" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start_node": "eth --rpccorsdomain \"*\" -j -v 0", | "start_node": "eth --rpccorsdomain \"*\" -j -v 0", | ||
"build": "mkdir -p build; browserify -t [ babelify --presets [ react ] ] src/index.js -o build/app.js", | "build": "mkdir -p build; browserify -t [ babelify --presets [ react ] ] src/index.js -o build/app.js", | ||
"test" : "standard" | "test" : "standard 2>&1 | standard-reporter > lint.xml" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -39,7 +40,6 @@ | ... | @@ -39,7 +40,6 @@ |
}, | }, | ||
"homepage": "https://github.com/ethereum/remix#readme", | "homepage": "https://github.com/ethereum/remix#readme", | ||
"standard": { | "standard": { | ||
"global": ["web3"], | |||
"ignore": [ | "ignore": [ | ||
"node_modules/*", | "node_modules/*", | ||
"build/*" | "build/*" | ||
... | ... |
Please
register
or
sign in
to comment