mirror of
https://github.com/tornadocash/tornado-pool-relayer
synced 2024-02-02 15:04:09 +01:00
fix: lint
This commit is contained in:
parent
8d1789f66c
commit
3ff087b4f8
@ -13,7 +13,8 @@
|
||||
"start:dev": "nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "yarn prebuild; yarn build; node dist/src/main",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
|
||||
"lint:fix": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
|
@ -1 +1 @@
|
||||
export * from './create-subscribe.dto'
|
||||
export * from './create-subscribe.dto';
|
||||
|
@ -1,2 +1 @@
|
||||
export * from './crypto'
|
||||
|
||||
export * from './crypto';
|
||||
|
Loading…
Reference in New Issue
Block a user