12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
|
{
|
||
|
"rules": {
|
||
|
"indent": 0,
|
||
|
"global-require": 0,
|
||
|
"no-await-in-loop": 0
|
||
|
},
|
||
|
"extends": ["nodemailer", "prettier"],
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2017
|
||
|
}
|
||
|
}
|