Skip to content

Commit 6312f36

Browse files
committed
Merge pull request #414 from vkrol/patch-1
Fix @fileoverview tag content in no-direct-mutation-state
2 parents c06ebd8 + 8993380 commit 6312f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-direct-mutation-state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Prevent usage of setState in componentDidMount
2+
* @fileoverview Prevent direct mutation of this.state
33
* @author David Petersen
44
*/
55
'use strict';

0 commit comments

Comments
 (0)