Skip to content

Commit

Permalink
🔥 #259 ESLintの以下のエラーに違反するコードを見つけたが、そもそも不要ファイルだったので削除
Browse files Browse the repository at this point in the history
error  Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read
  • Loading branch information
keitakn committed Aug 23, 2023
1 parent c49b67b commit 59c5727
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './httpStatusCode';
export * from './secret';
8 changes: 0 additions & 8 deletions src/constants/secret.ts

This file was deleted.

0 comments on commit 59c5727

Please sign in to comment.