From f933c7585cc4759c116fd5b8f6313c1c7a003ae2 Mon Sep 17 00:00:00 2001 From: Yusuke Iinuma Date: Fri, 4 Aug 2023 00:11:39 +0900 Subject: [PATCH] chore: remove files related to Flow (#77) This library has already converted to TypeScript since https://github.com/dmnd/dedent/pull/51. So, I removed files related to Flow. --- .flowconfig | 10 ---------- .vim/coc-settings.json | 3 --- .vscode/settings.json | 3 --- 3 files changed, 16 deletions(-) delete mode 100644 .flowconfig delete mode 100644 .vim/coc-settings.json delete mode 100644 .vscode/settings.json diff --git a/.flowconfig b/.flowconfig deleted file mode 100644 index e49f9496..00000000 --- a/.flowconfig +++ /dev/null @@ -1,10 +0,0 @@ -[ignore] -/dist/.* - -[include] - -[libs] - -[options] -emoji=true -types_first=false diff --git a/.vim/coc-settings.json b/.vim/coc-settings.json deleted file mode 100644 index f9a4c680..00000000 --- a/.vim/coc-settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "javascript.validate.enable": false -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f9a4c680..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "javascript.validate.enable": false -}