Projects bootstrapped with create-react-app within subfolders do not lint. However, if I open the project subfolder as root in VSCode (pictured below), or setup a new create-react-app project at root, linting works fine.
This occurs with both standard and ejected create-react-app projects.
Ideally without ejecting, how can I make create-react-app's linting work with subfolder projects?
I'm using create-react-app v3.1.1, VSCode August 2019 and Windows 10.