From 77864bbe11e92966781458e847b2b5d783a0038d Mon Sep 17 00:00:00 2001 From: Alllex202 Date: Fri, 13 Sep 2024 16:14:05 +0500 Subject: [PATCH] feat(global): INFRA-509 updated eslint rule ""@typescript-eslint/member-delimiter-style" - only warn --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8860010c358..8092fc08c8e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -137,7 +137,7 @@ module.exports = { }, ], '@typescript-eslint/member-delimiter-style': [ - 'error', + 'warn', { multiline: { delimiter: 'none',