diff --git a/.eslintrc.js b/.eslintrc.js index ae9c62d..260c54d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,5 +28,11 @@ module.exports = { "@typescript-eslint/ban-ts-ignore": ["off"], "@typescript-eslint/no-explicit-any": ["off"], "@typescript-eslint/ban-types": ["off"], + "prettier/prettier": [ + "error", + { + endOfLine: "auto", + }, + ], }, };