DefinitelyTyped/types/webassembly-web-api/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

8 lines
115 B
JSON

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