diff --git a/packages/typescript/index.js b/packages/typescript/index.js index beb0595a3d..bef86ada14 100644 --- a/packages/typescript/index.js +++ b/packages/typescript/index.js @@ -171,5 +171,7 @@ module.exports = { '@typescript-eslint/ban-types': 'off', '@typescript-eslint/no-namespace': 'off', '@typescript-eslint/triple-slash-reference': 'off', + // handled by unused-imports/no-unused-imports + '@typescript-eslint/no-unused-vars': 'off', }, }