node: disable dt-header lint rule for now (#15864)

This commit is contained in:
Andy
2017-04-14 09:51:41 -07:00
committed by GitHub
parent 5bf5228d71
commit 426452ea55
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"ban-types": false,
"callable-types": false,
"comment-format": false,
"dt-header": false,
"import-spacing": false,
"interface-over-type-literal": false,
"jsdoc-format": false,