From 06a55ccdd64364f61a887220578c32d8edc6f3b6 Mon Sep 17 00:00:00 2001 From: palashgdev Date: Thu, 23 Feb 2023 13:10:41 +0530 Subject: [PATCH] chore: linebreak style is updated (#2277) Co-authored-by: Srikanth Chekuri --- frontend/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 44cfdcb441..37c7b17c45 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -58,7 +58,7 @@ module.exports = { 'react/no-array-index-key': 'error', 'linebreak-style': [ 'error', - process.platform === 'win32' ? 'windows' : 'unix', + process.env.platform === 'win32' ? 'windows' : 'unix', ], '@typescript-eslint/default-param-last': 'off',