You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name is less than 214 characters. This includes scope.
Name doesn't start with a . or a _.
Node.js API consolidated. NpmPackageJsonLint constructor now takes an options object and exposes one public method, lint. The linter automatically scans for relevant config. The CLIEngine has been removed. Check out the documentation for more details. (#82).
Improved schema validation that runs against npm-package-json-lint config files. Highlights include:
Better error messages. Ex: - severity must be either "off", "warning", or "error".
Array type rules now ensure at least one item is passed.
Array type rules now validate unique items are passed.
🚀 Added
Core:
Added configuration override support via glob patterns. This is especially useful for monorepos. Check out the documentation for more details. (#96)
Added exception support to the following rules (#93):