Skip to content

Commit

Permalink
feat: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 8, 2024
1 parent 19989a1 commit 505cbb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 505cbb2

Please sign in to comment.