mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-12-26 23:58:09 +07:00
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
printWidth: 160,
|
|
tabWidth: 4,
|
|
singleQuote: true,
|
|
endOfLine: 'lf',
|
|
trailingComma: 'none',
|
|
arrowParens: 'avoid'
|
|
};
|