Requires author
in package.json
to be set to "Microsoft Corporation"
.
This rule is fixable using the --fix
option.
{
"author": "Microsoft Corporation"
}
{
"author": "Microsoft"
}
{}
Requires author
in package.json
to be set to "Microsoft Corporation"
.
This rule is fixable using the --fix
option.
{
"author": "Microsoft Corporation"
}
{
"author": "Microsoft"
}
{}