SamVerschueren / clinton

Project style linter
MIT License
122 stars 9 forks source link

Enforces node.engines field #72

Closed SamVerschueren closed 7 years ago

SamVerschueren commented 7 years ago

Enforces the use of node.engines in package.json.

SamVerschueren commented 7 years ago

Should we autofix this to a default engine >= 4 or something? Or just throw an error and don't fix it?

// @sindresorhus