Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sort-comp instantiates regex from eslintrc properly (facebook#69)
* sort-comp instantiates regex from eslintrc properly This fixes the issue where react/sort-comp eslint rules such as `"/^render+.$/"` are incorrectly converted to `/\/^render.+$\//` rather than `/^render.+$/` * convert actual regex to strings (like how it is in .eslintrc)
- Loading branch information