RyanWarner / supernova

Universal React boilerplate. React, Firebase, Node, Express, Webpack, Styled Components.
7 stars 3 forks source link

Added systemvars: true to dotenv configs #43

Closed romansorin closed 4 years ago

romansorin commented 4 years ago

Addressed issue #29 in all found instances of Dotenv.

RyanWarner commented 4 years ago

I forget my original motivation behind setting the system vars flag to true. Something to do with CI/CD? I should get better about documenting my thoughts when I create issues.

Also, I like the linting changes made in these files. Is that automated by your IDE or was that manual?