From 58f64002b56fd0cd33a54a0fc579588ed08690c4 Mon Sep 17 00:00:00 2001 From: Isaac Hunter Date: Tue, 22 Oct 2024 18:03:23 -0400 Subject: [PATCH] add eol to prettier config --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index aa2366a..aaee9b8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,7 +27,8 @@ module.exports = { '@typescript-eslint/space-before-function-paren': 'off', '@typescript-eslint/no-explicit-any': 'off', 'prefer-const': 'warn', - 'prettier/prettier': 'warn', + // 'prettier/prettier': 'warn', + 'prettier/prettier': ['warn', { endOfLine: 'auto' }], 'prefer-arrow-functions/prefer-arrow-functions': [ 'warn', {