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', {