diff --git a/.eslintrc.js b/.eslintrc.js index fe390472..18995a31 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { 'react-hooks/rules-of-hooks': 'error', 'react-hooks/exhaustive-deps': 'warn', '@typescript-eslint/explicit-function-return-type': 'off', + 'prettier/prettier': ['error', { endOfLine: 'auto' }], }, overrides: [ {