Following the change in v17 (#874), what is the proper way to specify quiet: true when importing dotenv when using ES6?
Per current usage documentation:
How do we specify configuration options like quiet: true?
Creating a separate file just for importing dotenv in order to specify config options is not a satisfying developer experience.
See also: #89, #133