1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-01-01 01:27:54 +01:00

fix lint-staged eslint running on everything

This commit is contained in:
Matthias Kretschmann 2017-06-21 13:38:15 +02:00
parent 0c6098fce7
commit 4fe121f77c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -28,7 +28,7 @@
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
},
"lint-staged": {
"*.js": ["npm run lint"]
"*.js": ["eslint"]
},
"devDependencies": {
"ava": "^0.19.1",