From 3288234f362a1b4afbb801ec73584b0cedae711e Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 21 May 2023 16:29:18 +0300 Subject: [PATCH] Update .eslintrc --- .eslintrc.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index bbfff6a..5eb542d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,7 +17,11 @@ module.exports = { 'sourceType': 'module' }, 'rules': { - "jest/no-deprecated-functions": 0, + 'jest/no-deprecated-functions': 0, + + 'arrow-parens': ['error', 'always'], + 'comma-dangle': ['error', 'always-multiline'], + 'indent': [ 'error', 2