DefinitelyTyped/types/nodemailer/tslint.json
Piotr Roszatycki a3e2295071 Nodemailer: added missing modules (#35506)
* nodemailer: added missing DKIM.sign method

* nodemailer: added additional modules for DKIM

* nodemailer: additional modules for lib/mime-node

* nodemailer: added even more missing modules

* nodemailer: added shared.resolveHostname function

* nodemailer: AMP4EMAIL support

* nodemailer: minor tweaks
2019-05-17 15:38:07 -07:00

8 lines
129 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"max-line-length": false,
"unified-signatures": false
}
}