-
-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Labels
Description
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