Remove requirement for valid jsdoc comments

This commit is contained in:
Kevin MacMartin 2016-06-30 15:55:28 -04:00
parent d3709091b3
commit 762620ac7b

View file

@ -28,7 +28,6 @@
"no-unreachable": [ "warn" ], "no-unreachable": [ "warn" ],
"no-unsafe-finally": [ "warn" ], "no-unsafe-finally": [ "warn" ],
"use-isnan": [ "warn" ], "use-isnan": [ "warn" ],
"valid-jsdoc": [ "warn" ],
"valid-typeof": [ "error" ], "valid-typeof": [ "error" ],
"curly": [ "warn" ], "curly": [ "warn" ],
"dot-location": [ "warn", "property" ], "dot-location": [ "warn", "property" ],