diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-04 19:13:56 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-02-04 19:13:56 +0900 |
commit | 2a04298ad1c470c160de05f96f3d7a87d8ea039e (patch) | |
tree | 668c236bf7ad446391c9c0723a96f48abd103c71 | |
parent | 4e4c1affb626d955121821779da5483a17787e0d (diff) |
add lint target
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index d2ecd11..9977b10 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start": "webpack -w --debug --devtool inline-source-map", "build": "NODE_ENV=production webpack --progress --display-error-details", "package": "npm run build && script/package.sh", - "lint": "eslint --ext .jsx,.js src", + "lint": "eslint --ext .jsx,.js src e2e/ambassador/src", "test": "karma start", "test:e2e": "karma start e2e/karma.conf.js", "ambassador:start": "webpack -w --debug --context e2e/ambassador --config e2e/ambassador/webpack.config.js --devtool inline-source-map", |