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:
parent
0c6098fce7
commit
4fe121f77c
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user