From d3c6d28e3ff31fa7bb050c07a170a5eddcf5d72a Mon Sep 17 00:00:00 2001 From: Kazuhito Hokamura Date: Sun, 24 Mar 2024 23:23:27 +0900 Subject: [PATCH] Fix lint --- .prettierignore | 2 ++ example/with-nestjs/tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..0c09fba --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +__generated__/ +README.md diff --git a/example/with-nestjs/tsconfig.json b/example/with-nestjs/tsconfig.json index 06ab9a6..eb47a8a 100644 --- a/example/with-nestjs/tsconfig.json +++ b/example/with-nestjs/tsconfig.json @@ -10,7 +10,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "skipLibCheck": true, - "strict": true, + "strict": true }, - "include": ["src/**/*.ts"], + "include": ["src/**/*.ts"] }