Skip to content

Commit 6fd8e16

Browse files
committed
Clarify license information and origin
1 parent 8097f7f commit 6fd8e16

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test/rules/assertions/requireJSDoc.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
//
2-
// This file was adopted from the eslint project
3-
//
1+
/**
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.
6+
*/
47

58
export default {
69
invalid: [

0 commit comments

Comments
 (0)