From 3ff087b4f89c4e4a6de3dc6671edfbb86585b753 Mon Sep 17 00:00:00 2001 From: Danil Kovtonyuk Date: Fri, 10 Dec 2021 18:47:55 +1000 Subject: [PATCH] fix: lint --- package.json | 3 ++- src/modules/api/dto/index.ts | 2 +- src/utilities/index.ts | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8572640..de68617 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/modules/api/dto/index.ts b/src/modules/api/dto/index.ts index ccea4bd..48e2151 100644 --- a/src/modules/api/dto/index.ts +++ b/src/modules/api/dto/index.ts @@ -1 +1 @@ -export * from './create-subscribe.dto' \ No newline at end of file +export * from './create-subscribe.dto'; diff --git a/src/utilities/index.ts b/src/utilities/index.ts index 95318d0..f170247 100644 --- a/src/utilities/index.ts +++ b/src/utilities/index.ts @@ -1,2 +1 @@ -export * from './crypto' - +export * from './crypto';