UNPKG
env-file-rw
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
Read and write from .env file
github.com/AmauryD/env-file-rw
AmauryD/env-file-rw
env-file-rw
/
.eslintrc
12 lines
•
266 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"root"
: true,
"parser"
:
"
@typescript
-eslint/parser"
,
"plugins"
: [
"
@typescript
-eslint"
],
"extends"
: [
"eslint:recommended"
,
"plugin:
@typescript
-eslint/eslint-recommended"
,
"plugin:
@typescript
-eslint/recommended"
] }