Skip to content

Commit

Permalink
feat: allow t as identifier (id-length)
Browse files Browse the repository at this point in the history
Used when working with vitest.
  • Loading branch information
robertrossmann committed Jan 27, 2025
1 parent 26bccce commit 149e21c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-base/style.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ const config = {
'R',
// jQuery 🤮
'$',
// vitest in-test context: `it('works', t => { t.expect(1).toBe(1) })`
't',
],
}],

Expand Down

0 comments on commit 149e21c

Please sign in to comment.