Projektstart
This commit is contained in:
16
backend/node_modules/imapflow/.eslintrc
generated
vendored
Normal file
16
backend/node_modules/imapflow/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-await-in-loop": 0,
|
||||
"require-atomic-updates": 0
|
||||
},
|
||||
"globals": {
|
||||
"BigInt": true
|
||||
},
|
||||
"extends": ["nodemailer", "prettier"],
|
||||
"parser": "@babel/eslint-parser",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2020,
|
||||
"sourceType": "script"
|
||||
},
|
||||
"plugins": ["@babel"]
|
||||
}
|
||||
Reference in New Issue
Block a user