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" } {} Source