Shouldn't the generated source code be in a src directory by default instead of the project root?
I noticed that the default npm test script runs eslint src ... but initial file structure doesn't have a src directory so it won't lint anything. So shouldn't we either lint the root directory or just have the code generated in a src directory?