Skip to content

Commit 1e9e1db

Browse files
committed
Update infer example
1 parent 7b156d8 commit 1e9e1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixture/infer-params.output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"column": 1
3535
}
3636
},
37-
"code": "function addThem(a, b, c) {\n return a + b + c;\n};"
37+
"code": "/* eslint valid-jsdoc: 0 */\n\n/**\n * This function returns the number one.\n * @param {number} b the second param\n */\nfunction addThem(a, b, c) {\n return a + b + c;\n};\n"
3838
},
3939
"errors": [],
4040
"params": [

0 commit comments

Comments
 (0)