From 61447629af5622f9b9582552d0115aefb24e577e Mon Sep 17 00:00:00 2001 From: DianaXWiki <139217939+DianaXWiki@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:32:53 +0300 Subject: [PATCH] Remove eslint change #1099 --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 924eddfc3..b1d079e73 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -35,7 +35,7 @@ module.exports = { 4 ], 'linebreak-style': [ - 'off', // git handles linebreak conversion for us + 'error', // git handles linebreak conversion for us 'unix' ], 'quotes': [