DefinitelyTyped/types/jquery-mask-plugin/tslint.json
Nathan Shively-Sanders 37ea0ae6da
Add missed npm-naming exemptions (#34198)
Previously, I only replaced non-final dt-header exemptions. This commit
fixes that.
2019-03-25 11:11:36 -07:00

10 lines
160 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
// TODOs
"ban-types": false,
"npm-naming": false,
"dt-header": false
}
}