fix: lint

This commit is contained in:
Danil Kovtonyuk 2021-12-10 18:47:55 +10:00
parent 8d1789f66c
commit 3ff087b4f8
No known key found for this signature in database
GPG Key ID: E72A919BF08C3746
3 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -1 +1 @@
export * from './create-subscribe.dto'
export * from './create-subscribe.dto';

View File

@ -1,2 +1 @@
export * from './crypto'
export * from './crypto';