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",