diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 79a247e6..6eaacdbc 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -16,6 +16,7 @@ module.exports = { 'react/prop-types': 'off', 'simple-import-sort/imports': 'error', 'simple-import-sort/exports': 'error', - 'react/no-is-mounted': 'off' + 'react/no-is-mounted': 'off', + 'prettier/prettier': ['error', { endOfLine: 'auto' }] } }