feat(eslint): Rule "require-jsdoc"

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

View File

@ -35,5 +35,8 @@
],
"prefer-reflect": [
"off"
],
"require-jsdoc": [
"off"
]
}