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 bf8a4f6 commit f0cde87Copy full SHA for f0cde87
packages/eslint-config-airbnb/rules/react.js
@@ -54,8 +54,8 @@ module.exports = {
54
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-pascal-case.md
55
'react/jsx-pascal-case': 0,
56
// Enforce propTypes declarations alphabetical sorting
57
- // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-sort-prop-types.md
58
- 'react/jsx-sort-prop-types': [0, {
+ // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/sort-prop-types.md
+ 'react/sort-prop-types': [0, {
59
'ignoreCase': false,
60
'callbacksLast': false,
61
}],
0 commit comments