diff --git a/projects/eslint-plugin-experience/all.js b/projects/eslint-plugin-experience/all.js index bce83c24..0a75adfd 100644 --- a/projects/eslint-plugin-experience/all.js +++ b/projects/eslint-plugin-experience/all.js @@ -711,10 +711,6 @@ module.exports = { selector: "CallExpression[callee.name='inject'][arguments.0.name='Injector']", }, - { - message: 'You must use named tuple members.', - selector: 'TSTupleType > :not(TSNamedTupleMember).elementTypes', - }, ], 'no-return-assign': ['error', 'always'], 'no-useless-concat': 'error',