summaryrefslogtreecommitdiff
path: root/packages/shared
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-09-11 01:58:34 +0900
committerGitHub <noreply@github.com>2022-09-11 01:58:34 +0900
commit4c767f16f621baac82c7f3dad9cd2683f33f0ee5 (patch)
treeaf42425e4ab72f052ae4993cf7cc3ea2e0a361c1 /packages/shared
parent12.119.0 (diff)
downloadsharkey-4c767f16f621baac82c7f3dad9cd2683f33f0ee5.tar.gz
sharkey-4c767f16f621baac82c7f3dad9cd2683f33f0ee5.tar.bz2
sharkey-4c767f16f621baac82c7f3dad9cd2683f33f0ee5.zip
Update .eslintrc.js
Diffstat (limited to 'packages/shared')
-rw-r--r--packages/shared/.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/.eslintrc.js b/packages/shared/.eslintrc.js
index aed822be9a..2e48a764a3 100644
--- a/packages/shared/.eslintrc.js
+++ b/packages/shared/.eslintrc.js
@@ -71,6 +71,7 @@ module.exports = {
'@typescript-eslint/no-misused-promises': ['error', {
'checksVoidReturn': false,
}],
+ '@typescript-eslint/consistent-type-imports': 'error',
'import/no-unresolved': ['off'],
'import/no-default-export': ['warn'],
'import/order': ['warn', {