Skip to content

Commit 4c1a524

Browse files
committed
[added] Add jsx-sort-prop-types rule.
1 parent b92d2b2 commit 4c1a524

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
'jsx-quotes': require('./lib/rules/jsx-quotes'),
1717
'no-unknown-property': require('./lib/rules/no-unknown-property'),
1818
'jsx-sort-props': require('./lib/rules/jsx-sort-props'),
19+
'jsx-sort-prop-types': require('./lib/rules/jsx-sort-prop-types'),
1920
'jsx-boolean-value': require('./lib/rules/jsx-boolean-value')
2021
},
2122
rulesConfig: {
@@ -33,6 +34,7 @@ module.exports = {
3334
'jsx-quotes': 0,
3435
'no-unknown-property': 0,
3536
'jsx-sort-props': 0,
37+
'jsx-sort-prop-types': 0,
3638
'jsx-boolean-value': 0
3739
}
3840
};

0 commit comments

Comments
 (0)