DefinitelyTyped/types/qrcode-svg/tslint.json
Ferreira, Eric (ef183v) 0fcf5ec019 [qrcode-svg] Add documentation, change test's import
This commit adds documentation for most of the remaining things in the definition. It also changes the way the class is imported in the test, as requested by @plantain-00. This also removes the rule override in the local `tslint.json` file, to only include the extends prop. This also removes the `typeNumber` prop from options, as it doesn't actually seem to do anything in the module (it's not referenced from the options object and is just calculated during QR code creation). This also fixes a mixture of whitespace types.
2019-04-04 16:14:15 -04:00

4 lines
37 B
JSON

{
"extends": "dtslint/dt.json"
}