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 77eda9a commit 81c5847Copy full SHA for 81c5847
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