diff --git a/.eslintrc.js b/.eslintrc.js index 09ff85b..46ff384 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,7 +17,8 @@ module.exports = { 'error', { singleQuote: true, parser: "flow", - tabWidth: 4 + tabWidth: 4, + endOfLine: 'lf' }, ], },