feat{eslint}: Rule "valid-jsdoc"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 14:54:41 +04:00
parent 5f52e81fb5
commit 6beddfac34
2 changed files with 4 additions and 1 deletions

View File

@ -38,5 +38,8 @@
],
"require-jsdoc": [
"off"
],
"valid-jsdoc": [
"off"
]
}