NeahNew/node_modules/libbase64/.eslintrc
2025-05-03 14:17:46 +02:00

12 lines
206 B
Plaintext

{
"rules": {
"indent": 0,
"global-require": 0,
"no-await-in-loop": 0
},
"extends": ["nodemailer", "prettier"],
"parserOptions": {
"ecmaVersion": 2017
}
}