You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rules/require-meta-docs-description.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ module.exports = {
14
14
docs: {
15
15
description: 'require rules to implement a meta.docs.description property with the correct format',
16
16
category: 'Rules',
17
-
recommended: false,// TODO: enable it in a major release.
17
+
recommended: false,
18
+
url: 'https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/tree/v3.0.3/docs/rules/require-meta-docs-description.md',// TODO: enable it in a major release.
Copy file name to clipboardExpand all lines: lib/rules/require-meta-schema.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ module.exports = {
12
12
docs: {
13
13
description: 'require rules to implement a meta.schema property',
14
14
category: 'Rules',
15
-
recommended: false,// TODO: enable it in a major release.
15
+
recommended: false,
16
+
url: 'https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/tree/v3.0.3/docs/rules/require-meta-schema.md',// TODO: enable it in a major release.
Copy file name to clipboardExpand all lines: lib/rules/require-meta-type.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ module.exports = {
17
17
docs: {
18
18
description: 'require rules to implement a meta.type property',
19
19
category: 'Rules',
20
-
recommended: false,// TODO: enable it in a major release.
20
+
recommended: false,
21
+
url: 'https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/tree/v3.0.3/docs/rules/require-meta-type.md',// TODO: enable it in a major release.
0 commit comments