chore: Add eslint rule for object shorthand (#3955)
This commit is contained in:
@@ -13,7 +13,7 @@ export function CannotUseWithout(
|
||||
registerDecorator({
|
||||
name: "cannotUseWithout",
|
||||
target: object.constructor,
|
||||
propertyName: propertyName,
|
||||
propertyName,
|
||||
constraints: [property],
|
||||
options: validationOptions,
|
||||
validator: {
|
||||
|
||||
Reference in New Issue
Block a user