summaryrefslogtreecommitdiff
path: root/packages/frontend-shared
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-06-26 10:49:41 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-06-26 10:49:41 +0900
commit525a3306373d6833030b509a7676bcf5392c9ee8 (patch)
treeaeeaf07354fef50c6bcff0f0ae8a2977aeb8a51f /packages/frontend-shared
parentchore(frontend): 開発モード時に言語ファイルの変更を自動で... (diff)
downloadmisskey-525a3306373d6833030b509a7676bcf5392c9ee8.tar.gz
misskey-525a3306373d6833030b509a7676bcf5392c9ee8.tar.bz2
misskey-525a3306373d6833030b509a7676bcf5392c9ee8.zip
tweak eslint config
Diffstat (limited to 'packages/frontend-shared')
-rw-r--r--packages/frontend-shared/eslint.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend-shared/eslint.config.js b/packages/frontend-shared/eslint.config.js
index f6fd64153c..6453be0042 100644
--- a/packages/frontend-shared/eslint.config.js
+++ b/packages/frontend-shared/eslint.config.js
@@ -46,6 +46,7 @@ export default [
},
},
rules: {
+ '@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-empty-interface': ['error', {
allowSingleExtends: true,
}],