DefinitelyTyped/types/dompurify/tslint.json
Piotr Błażejewicz (Peter Blazejewicz) b1bb0a4868
update(dompurify): minor cleanups (#47092)
- removes custom TSLint exclude rules with exception of `sanitize`
  overloads rule exclusion
- correct all other TSLint issues
- correct author GitHub handle

Thanks!
2020-08-27 23:23:54 -04:00

7 lines
95 B
JSON

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