Skip to content

Commit

Permalink
update transform config for v4-deprecated-signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
kjugi committed Nov 18, 2024
1 parent ca47741 commit a49f24c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ export const TRANSFORM_OPTIONS = [
value: 'pluralized-methods',
version: '5.0.0',
},
//{ description: 'Transform the deprecated signatures in Express v4', value: 'signature-deprecated', version: '5.0.0' },
{
description: 'Transform the deprecated signatures in Express v4',
value: 'v4-deprecated-signatures',
version: '5.0.0'
},
]

0 comments on commit a49f24c

Please sign in to comment.