File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ module.exports = {
27
27
28
28
'react/display-name' : 1 , // Prevent missing displayName in a React component definition
29
29
'react/forbid-component-props' : 0 , // Forbid certain props on Components
30
- 'forbid-elements' : 0 , // Forbid certain elements
30
+ 'react/ forbid-elements' : 0 , // Forbid certain elements
31
31
'react/forbid-prop-types' : 0 , // Forbid certain propTypes
32
- 'forbid-foreign-prop-types' : 0 , // Forbid foreign propTypes
32
+ 'react/ forbid-foreign-prop-types' : 0 , // Forbid foreign propTypes
33
33
'react/no-array-index-key' : 1 , // Prevent using Array index in `key` props
34
34
'react/no-children-prop' : 1 , // Prevent passing children as props
35
35
'react/no-danger' : 1 , // Prevent usage of dangerous JSX properties
You can’t perform that action at this time.
0 commit comments