We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e26092 commit 9130cdeCopy full SHA for 9130cde
lib/rules/jsx-max-depth.js
@@ -15,7 +15,8 @@ module.exports = {
15
docs: {
16
description: 'Validate JSX maximum depth',
17
category: 'Stylistic Issues',
18
- recommended: false
+ recommended: false,
19
+ url: docsUrl('jsx-max-depth')
20
},
21
schema: [
22
{
lib/rules/jsx-sort-default-props.js
description: 'Enforce default props alphabetical sorting',
+ url: docsUrl('jsx-sort-default-props')
schema: [{
0 commit comments