add standard reporter
Showing
... | ... | @@ -21,12 +21,13 @@ |
"devDependencies": { | ||
"babel-preset-react": "^6.5.0", | ||
"babelify": "^7.2.0", | ||
"standard": "^7.0.1" | ||
"standard": "^7.0.1", | ||
"standard-reporter": "^0.0.9" | ||
}, | ||
"scripts": { | ||
"start_node": "eth --rpccorsdomain \"*\" -j -v 0", | ||
"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": { | ||
"type": "git", | ||
... | ... | @@ -39,7 +40,6 @@ |
}, | ||
"homepage": "https://github.com/ethereum/remix#readme", | ||
"standard": { | ||
"global": ["web3"], | ||
"ignore": [ | ||
"node_modules/*", | ||
"build/*" | ||
... | ... |
Please
register
or
sign in
to comment