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',