summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorikasoba <57828948+ikasoba@users.noreply.github.com>2025-02-18 16:46:37 +0900
committerGitHub <noreply@github.com>2025-02-18 16:46:37 +0900
commit7c87dec6ee9a6b07c27597c5fe21037ff31058f0 (patch)
tree1df4eea6345064cfe781ff565638b2df702bd46e /packages
parentclean up dev logs (diff)
downloadsharkey-7c87dec6ee9a6b07c27597c5fe21037ff31058f0.tar.gz
sharkey-7c87dec6ee9a6b07c27597c5fe21037ff31058f0.tar.bz2
sharkey-7c87dec6ee9a6b07c27597c5fe21037ff31058f0.zip
ignore js-built (#15523)
Diffstat (limited to 'packages')
-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 63323aeddc..ac5c67d0b6 100644
--- a/packages/frontend-shared/eslint.config.js
+++ b/packages/frontend-shared/eslint.config.js
@@ -103,6 +103,7 @@ export default [
// TODO: Error while loading rule '@typescript-eslint/naming-convention': Cannot use 'in' operator to search for 'type' in undefined のため一時的に無効化
// See https://github.com/misskey-dev/misskey/pull/15311
'js/i18n.ts',
+ 'js-built/',
],
},
];