SamVerschueren / clinton

Project style linter
MIT License
122 stars 9 forks source link

`pkg-name` rule #44

Closed SamVerschueren closed 8 years ago

SamVerschueren commented 8 years ago

Rule that enforces a valid name.

https://github.com/npm/normalize-package-data#rules-for-name-field

SamVerschueren commented 8 years ago

The string may not contain the following characters: /@\s+%

Is that information outdated? It should say something about scoped packages because this is valid

But this isn't