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 57fd608 commit 007eab5Copy full SHA for 007eab5
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, {'acceptTranspilerName', false}],
+ 'react/display-name': [0, {'acceptTranspilerName': 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