mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-11 01:54:04 +08:00
10 lines
180 B
Text
10 lines
180 B
Text
{
|
|
"rules": {
|
|
"indent": 0,
|
|
"no-await-in-loop": 0
|
|
},
|
|
"extends": ["nodemailer", "prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
}
|
|
}
|