Skip to content

Commit 9130cde

Browse files
committed
add missing urls
1 parent 4e26092 commit 9130cde

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/rules/jsx-max-depth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = {
1515
docs: {
1616
description: 'Validate JSX maximum depth',
1717
category: 'Stylistic Issues',
18-
recommended: false
18+
recommended: false,
19+
url: docsUrl('jsx-max-depth')
1920
},
2021
schema: [
2122
{

lib/rules/jsx-sort-default-props.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ module.exports = {
1515
docs: {
1616
description: 'Enforce default props alphabetical sorting',
1717
category: 'Stylistic Issues',
18-
recommended: false
18+
recommended: false,
19+
url: docsUrl('jsx-sort-default-props')
1920
},
2021

2122
schema: [{

0 commit comments

Comments
 (0)