From a6903682187b0c5e32b21cf34777ba1877d14fce Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Thu, 9 Jan 2025 16:04:45 +0100 Subject: [PATCH] use import/order instead of sort-imports to sort named imports --- ts.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ts.js b/ts.js index a50e70c..ee75f4a 100644 --- a/ts.js +++ b/ts.js @@ -82,15 +82,9 @@ module.exports = { }, 'newlines-between': 'never', warnOnUnassignedImports: true, + named: true }, ], - 'sort-imports': [ - 'error', - { - // The declarations are sorted more granularly by the import/order plugin. - ignoreDeclarationSort: true - } - ], 'no-console': [ 'error', {