From b673ea1b18ca0f432996bb9e4e5d148af0247170 Mon Sep 17 00:00:00 2001 From: Jeff Bentley <57953093+jbentleyjp@users.noreply.github.com> Date: Fri, 28 Aug 2020 10:40:29 +0900 Subject: [PATCH] fix: fixed an issue with eslint-prettier on windows (#32) LGTM --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index fe390472b..18995a314 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: [ {