Skip to content

Commit

Permalink
Merge branch 'VialFlorian-allow-typebox'
Browse files Browse the repository at this point in the history
  • Loading branch information
zckrs committed Apr 9, 2024
2 parents 95a721a + 1ddffc3 commit aafc2ca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ module.exports = {
},
},
],
// Override from eslint-config-xo to allow Typebox usage.
'new-cap': [
'error',
{
newIsCap: true,
capIsNew: true,
capIsNewExceptionPattern: '^Type\\..',
},
],
},
},
{
Expand Down

0 comments on commit aafc2ca

Please sign in to comment.