Skip to content

Commit fd7ed91

Browse files
committed
Merge pull request #261 from chiedojohn/master
Fix typo in README
2 parents 15f0925 + 62acecb commit fd7ed91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Finally, enable all of the rules that you would like to use.
7474
"react/self-closing-comp": 1,
7575
"react/sort-comp": 1,
7676
"react/wrap-multilines": 1,
77-
"prefer-es6-class": 1,
77+
"react/prefer-es6-class": 1,
7878
}
7979
}
8080
```

0 commit comments

Comments
 (0)