Thanks to visit codestin.com Credit goes to github.com
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 133fc51 commit 0794853Copy full SHA for 0794853
packages/eslint-config-airbnb/rules/react.js
@@ -10,7 +10,7 @@ module.exports = {
10
'rules': {
11
// Prevent missing displayName in a React component definition
12
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/display-name.md
13
- 'react/display-name': [0, { 'ignoreTranspilerName': true }],
+ 'react/display-name': [0, { 'ignoreTranspilerName': false }],
14
// Forbid certain propTypes (any, array, object)
15
// https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/forbid-prop-types.md
16
'react/forbid-prop-types': [0, { 'forbid': ['any', 'array', 'object'] }],
0 commit comments