diff --git a/eslint.config.mjs b/eslint.config.mjs index caebf6e70..d45aa0351 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -28,7 +28,8 @@ export default tseslint.config( rules: { '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/no-floating-promises': 'warn', - '@typescript-eslint/no-unsafe-argument': 'warn' + '@typescript-eslint/no-unsafe-argument': 'warn', + 'prettier/prettier': ['error', { endOfLine: 'auto' }], }, }, -); \ No newline at end of file +);