mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 04:18:27 +02:00
Use absolute paths when running eslint
This commit is contained in:
parent
0a747b5609
commit
35db3ffbf0
@ -25,8 +25,8 @@
|
||||
"start": "node --max-old-space-size=2048 dist/index.js",
|
||||
"start-production": "node --max-old-space-size=4096 dist/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint:fix": "eslint . --ext .ts --fix"
|
||||
"lint": "./node_modules/.bin/eslint . --ext .ts",
|
||||
"lint:fix": "./node_modules/.bin/eslint . --ext .ts --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mempool/electrum-client": "^1.1.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user