DefinitelyTyped/types/qrcode/tslint.json
Andrew Scott 5b51b45ace Enabled linters and fixed errors.
Couldn't enable `unified-signatures` because of some overloads that take `any` as a substitute for node-canvas.
2018-05-29 17:03:12 -07:00

7 lines
95 B
JSON

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