From 8bdcf4c8fce305707bda229a3ad902b2270dde0a Mon Sep 17 00:00:00 2001 From: Navy Date: Mon, 7 Oct 2024 14:01:04 +0300 Subject: [PATCH] format --- .eslintrc.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index ab27940..d92d088 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -106,8 +106,12 @@ { "SwitchCase": 1, "VariableDeclarator": "first", - "FunctionDeclaration": {"parameters": "first"}, - "CallExpression": {"arguments": "first"}, + "FunctionDeclaration": { + "parameters": "first" + }, + "CallExpression": { + "arguments": "first" + }, "ArrayExpression": "first", "ObjectExpression": "first", "ImportDeclaration": "first" @@ -194,13 +198,14 @@ "no-mixed-requires": "warn", "no-multi-assign": "warn", "no-multi-spaces": [ - "warn", { - "ignoreEOLComments": true, + "warn", + { + "ignoreEOLComments": true, "exceptions": { "ImportDeclaration": true - } - } - ], + } + } + ], "no-multi-str": "warn", "no-multiple-empty-lines": "warn", "no-native-reassign": "warn",