diff --git a/.eslintrc.js b/.eslintrc.js index f414aa0bb..ef9231210 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,6 +70,12 @@ module.exports = { argsIgnorePattern: "^_", varsIgnorePattern: "^_" } + ], + "prettier/prettier": [ + "error", + { + endOfLine: "auto" + } ] } };