Created by: KurtGokhan
This PR adds ability to run eslint with react-scripts lint
command. It runs the eslint with the same config as build
command. Unlike the previous PR attempts, this one does not accept CLI arguments and is more opinionated just like the build
command.
Note: This works with npm, yarn, yarn berry and probably every other package manager.
Related issue: #1217 Related PRs: #2729 #3850 #2625