-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Export the types (file *.d.ts) of the configuration so that we can validate our configurations with TypeScript.
Example of npmpackagejsonlint.config.js if types are exported:
// @ts-check
/**
* @type {import('npm-package-json-lint').Configuration}
*/
module.exports = {
rules: {
'require-author': 'error'
}
};psirenny, joaopalmeiro, raypatterson and caass
Metadata
Metadata
Assignees
Labels
No labels