diff --git a/.prettierrc.js b/.prettierrc.js index d7133c7..e7ccebb 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -6,5 +6,6 @@ module.exports = { singleQuote: true, trailingComma: 'none', bracketSpacing: false, - arrowParens: 'avoid' + arrowParens: 'avoid', + endOfLine: 'auto' };