File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Finally, enable all of the rules that you would like to use.
47
47
{
48
48
"rules" : {
49
49
"react/display-name" : 1 ,
50
+ "react/forbid-prop-types" : 1 ,
50
51
"react/jsx-boolean-value" : 1 ,
51
52
"react/jsx-closing-bracket-location" : 1 ,
52
53
"react/jsx-curly-spacing" : 1 ,
@@ -80,6 +81,7 @@ Finally, enable all of the rules that you would like to use.
80
81
# List of supported rules
81
82
82
83
* [ display-name] ( docs/rules/display-name.md ) : Prevent missing ` displayName ` in a React component definition
84
+ * [ forbid-prop-types] ( docs/rules/forbid-prop-types.md ) : Forbid certain propTypes
83
85
* [ jsx-boolean-value] ( docs/rules/jsx-boolean-value.md ) : Enforce boolean attributes notation in JSX
84
86
* [ jsx-closing-bracket-location] ( docs/rules/jsx-closing-bracket-location.md ) : Validate closing bracket location in JSX
85
87
* [ jsx-curly-spacing] ( docs/rules/jsx-curly-spacing.md ) : Enforce or disallow spaces inside of curly braces in JSX attributes
You can’t perform that action at this time.
0 commit comments