Skip to content

Commit 3742994

Browse files
authored
docs: use semantic tags to describe relationship between files
1 parent 6eb8324 commit 3742994

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/rules/assertions/requireJsdoc.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
/**
2-
* This file was adopted/ported from the eslint project:
3-
* https://github.com/eslint/eslint/blob/master/tests/lib/rules/require-jsdoc.js
4-
*
5-
* It was originally licensed under MIT.
2+
* @see https://github.com/eslint/eslint/blob/master/tests/lib/rules/require-jsdoc.js
63
*/
74

85
export default {

0 commit comments

Comments
 (0)