Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 394 Bytes

ts-package-json-author.md

File metadata and controls

29 lines (20 loc) · 394 Bytes

ts-package-json-author

Requires author in package.json to be set to "Microsoft Corporation".

This rule is fixable using the --fix option.

Examples

Good

{
  "author": "Microsoft Corporation"
}

Bad

{
  "author": "Microsoft"
}
{}