UNPKG
nestjs-dotenv
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.0.1
NestJS .env config Module
github.com/AlariCode/nestjs-dotenv
AlariCode/nestjs-dotenv
nestjs-dotenv
/
.prettierrc
10 lines
(9 loc)
•
151 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"printWidth"
:
120
,
"singleQuote"
:
true
,
"useTabs"
:
true
,
"semi"
:
true
,
"bracketSpacing"
:
true
,
"trailingComma"
:
"es5"
,
"tabWidth"
:
4
}