We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f46c8d commit 9447dbaCopy full SHA for 9447dba
config.ts
@@ -9,9 +9,9 @@ export const TRANSFORM_OPTIONS = [
9
value: 'pluralized-methods',
10
version: '5.0.0',
11
},
12
- {
13
- description: 'Transform the deprecated signatures in Express v4',
14
- value: 'v4-deprecated-signatures',
15
- version: '5.0.0'
+ {
+ description: 'Transform the deprecated signatures in Express v4',
+ value: 'v4-deprecated-signatures',
+ version: '5.0.0',
16
17
]
0 commit comments