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 158cb2b commit 2bb182aCopy full SHA for 2bb182a
rules/general.js
@@ -682,9 +682,9 @@ module.exports = {
682
* https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/static-property-placement.md
683
*
684
* @example
685
- * ["error", "property assignment"]
+ * ["error", "static public field"]
686
*/
687
- "react/static-property-placement": ["error", "property assignment"],
+ "react/static-property-placement": ["error", "static public field"],
688
689
/**
690
* Enforce style prop value being an object.
0 commit comments