forked from ttc/micro-service-api
-first commit
This commit is contained in:
10
node_modules/nodemailer/.prettierrc.js
generated
vendored
Normal file
10
node_modules/nodemailer/.prettierrc.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
printWidth: 160,
|
||||
tabWidth: 4,
|
||||
singleQuote: true,
|
||||
endOfLine: 'lf',
|
||||
trailingComma: 'none',
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
Reference in New Issue
Block a user