diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index f0bf8289f6b3..0d1557ef7cf8 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -42,7 +42,7 @@ module.exports = { '@typescript-eslint/explicit-function-return-type': 'error', '@typescript-eslint/no-var-requires': 0, 'react/no-array-index-key': 2, - 'linebreak-style': ['error', 'unix'], + 'linebreak-style': ['error', process.platform === 'win32' ? 'windows' : 'unix'], // simple sort error 'simple-import-sort/imports': 'error',