diff --git a/ts.js b/ts.js index d4ee093..7e78cb5 100644 --- a/ts.js +++ b/ts.js @@ -81,6 +81,13 @@ module.exports = { warnOnUnassignedImports: true, }, ], + 'sort-imports': [ + 'error', + { + // The declarations are sorted more granularly by the import/order plugin. + ignoreDeclarationSort: true + } + ], 'no-console': [ 'error', {