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.
2 parents c06ebd8 + 8993380 commit 6312f36Copy full SHA for 6312f36
lib/rules/no-direct-mutation-state.js
@@ -1,5 +1,5 @@
1
/**
2
- * @fileoverview Prevent usage of setState in componentDidMount
+ * @fileoverview Prevent direct mutation of this.state
3
* @author David Petersen
4
*/
5
'use strict';
0 commit comments