diff --git a/docs/rules/sort-comp.md b/docs/rules/sort-comp.md index f92201662e..1b66d6f8eb 100644 --- a/docs/rules/sort-comp.md +++ b/docs/rules/sort-comp.md @@ -2,6 +2,8 @@ When creating React components it is more convenient to always follow the same organisation for methods order to helps you to easily find lifecyle methods, event handlers, etc. +**Fixable:** This rule is automatically fixable using the [`sort-comp` transform](https://github.com/reactjs/react-codemod/blob/master/transforms/sort-comp.js) in [react-codemod](https://www.npmjs.com/package/react-codemod). + ## Rule Details With default configuration the following organisation must be followed: