Skip to content

Commit 2a1f98b

Browse files
committed
refactor: integrate enviroment value in config
1 parent 3d0c12d commit 2a1f98b

File tree

10 files changed

+12371
-12429
lines changed

10 files changed

+12371
-12429
lines changed

.prettierrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
2-
"singleQuote": true,
3-
"trailingComma": "all",
4-
"printWidth": 100,
5-
"semi": true,
6-
"endOfLine": "lf"
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all",
4+
"printWidth": 100,
5+
"semi": true,
6+
"endOfLine": "lf"
77
}

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
{
2-
"eslint.format.enable": true
3-
}
1+
{
2+
"eslint.format.enable": true,
3+
"files.eol": "\n"
4+
}

0 commit comments

Comments
 (0)