Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 357 Bytes

ts-package-json-license.md

File metadata and controls

29 lines (20 loc) · 357 Bytes

ts-package-json-license

Requires license in package.json to be set to "MIT".

This rule is fixable using the --fix option.

Examples

Good

{
  "license": "MIT"
}

Bad

{
  "license": "ISC"
}
{}