Add missed npm-naming exemptions (#34198)

Previously, I only replaced non-final dt-header exemptions. This commit
fixes that.
This commit is contained in:
Nathan Shively-Sanders
2019-03-25 11:11:36 -07:00
committed by GitHub
parent dd4b74b0af
commit 37ea0ae6da
29 changed files with 43 additions and 14 deletions
+1
View File
@@ -2,6 +2,7 @@
"extends": "dtslint/dt.json",
"rules": {
// TODO
"npm-naming": false,
"dt-header": false
}
}