summaryrefslogtreecommitdiff
path: root/packages/frontend/tsconfig.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-07-02 11:38:34 +0900
committerGitHub <noreply@github.com>2024-07-02 11:38:34 +0900
commit427648c4b8c5b7699c92afa95a14097bb9329ee8 (patch)
tree6ceb3db35f54f28a3b046341ebb8c4e6dbb1cb86 /packages/frontend/tsconfig.json
parentfix(storybook): prevent infinite remount of component (#14101) (diff)
downloadmisskey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.gz
misskey-427648c4b8c5b7699c92afa95a14097bb9329ee8.tar.bz2
misskey-427648c4b8c5b7699c92afa95a14097bb9329ee8.zip
update deps (#14057)
* wip * locales/index.jsのymlファイル取得ロジックを調節 * regenerate pnpm-lock.yaml * fix(backend): typecheck fails * chore(deps): bump ip-cidr from 4.0.0 to 4.0.1 in /packages/backend * chore: migrate ESLint configs to flat config (#14094) * chore: migrate ESLint configs to flat config * fix: update paths * fix: frontend lint fails * refactor(misskey-js): lint build.js * update deps --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: zyoshoka <root@zyoshoka.com> Co-authored-by: zyoshoka <107108195+zyoshoka@users.noreply.github.com>
Diffstat (limited to 'packages/frontend/tsconfig.json')
-rw-r--r--packages/frontend/tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json
index 187a2473ba..fe4d202894 100644
--- a/packages/frontend/tsconfig.json
+++ b/packages/frontend/tsconfig.json
@@ -44,7 +44,6 @@
},
"compileOnSave": false,
"include": [
- ".eslintrc.js",
"./**/*.ts",
"./**/*.vue"
],