mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
12 lines
250 B
Text
12 lines
250 B
Text
{
|
|
"rules": {
|
|
"indent": 0,
|
|
"no-await-in-loop": 0,
|
|
"require-atomic-updates": 0,
|
|
"no-prototype-builtins": 0
|
|
},
|
|
"extends": ["nodemailer", "prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020
|
|
}
|
|
}
|