Skip to content

Commit c419a03

Browse files
committed
Turn off jsdoc/no-undefined-types again
This rule still seems to be wonky. Release version 2.0.3.
1 parent 77dba40 commit c419a03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ module.exports = {
7979
'jsdoc/match-description': 'warn',
8080
'jsdoc/newline-after-description': 'off',
8181
'jsdoc/no-types': 'off',
82-
'jsdoc/no-undefined-types': 'warn',
82+
'jsdoc/no-undefined-types': 'off', // 2020-01-23: This was broken in eslint-plugin-jsdoc#8 in 2019-06, and hasn't gotten much better. Disabled, for now. Check back later.
83+
8384
'jsdoc/require-description-complete-sentence': 'off',
8485
'jsdoc/require-description': 'warn',
8586
'jsdoc/require-example': 'off',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)