Consider adding a .prettierignore file
Hello,
Thanks for this generator. However, it can be a bit frustrating when you start using it. The reason is because JSON template files are being piped through prettier on every commit. Obviously, template files do not pass any JSON linter. According to prettier documentation is as easy as adding a .prettierignore file. The content should be **/templates
I tried it and works like a charm.
Thanks in advance
Good idea. Would you like to create an PR for that?
Sure ! Where should I add the file ? On the main generator or in the subgenerator?
I'd say main generator probably. Prettier is added by generator-node, and generator-generator is composed on top of that one.