feat(eslint): Rule "require-jsdoc"

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

View File

@ -250,7 +250,7 @@
- [ ] "radix"
- [ ] "require-atomic-updates"
- [ ] "require-await"
- [ ] "require-jsdoc"
- [X] "require-jsdoc"
- [ ] "require-unicode-regexp"
- [ ] "require-yield"
- [ ] "rest-spread-spacing"

View File

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