diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 9cf94ddfe7e4ba2c5a50cab8923202a8029d6e80..d8f1fa0f366305072abc88d152488bb4c21473b0 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -12,7 +12,7 @@ module.exports = { }, plugins: ['prettier', '@typescript-eslint', 'unused-imports'], rules: { - 'prettier/prettier': 'error', + 'prettier/prettier': 'off', 'arrow-body-style': 'off', 'prefer-arrow-callback': 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',