Created by: shian15810
Closes https://github.com/facebook/create-react-app/issues/10137.
@babel/plugin-transform-typescript does not support const enum
s, this PR aims to reflect that by adding typescript-enum/no-const-enum
to eslint-config-react-app, so as users are aware of this in their IDEs without having to run build.