8000
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.
jsx-pascal-case
1 parent 6fd8fb6 commit 7b57311Copy full SHA for 7b57311
packages/eslint-config-airbnb/rules/react.js
@@ -73,7 +73,7 @@ module.exports = {
73
'react/jsx-no-undef': 2,
74
// Enforce PascalCase for user-defined JSX components
75
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-pascal-case.md
76
- 'react/jsx-pascal-case': 0,
+ 'react/jsx-pascal-case': 2,
77
// Enforce propTypes declarations alphabetical sorting
78
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/sort-prop-types.md
79
'react/sort-prop-types': [0, {
0 commit comments