This commit is contained in:
Erik 2024-10-07 14:01:04 +03:00
parent d594a23fbb
commit 8bdcf4c8fc

View File

@ -106,8 +106,12 @@
{ {
"SwitchCase": 1, "SwitchCase": 1,
"VariableDeclarator": "first", "VariableDeclarator": "first",
"FunctionDeclaration": {"parameters": "first"}, "FunctionDeclaration": {
"CallExpression": {"arguments": "first"}, "parameters": "first"
},
"CallExpression": {
"arguments": "first"
},
"ArrayExpression": "first", "ArrayExpression": "first",
"ObjectExpression": "first", "ObjectExpression": "first",
"ImportDeclaration": "first" "ImportDeclaration": "first"
@ -194,7 +198,8 @@
"no-mixed-requires": "warn", "no-mixed-requires": "warn",
"no-multi-assign": "warn", "no-multi-assign": "warn",
"no-multi-spaces": [ "no-multi-spaces": [
"warn", { "warn",
{
"ignoreEOLComments": true, "ignoreEOLComments": true,
"exceptions": { "exceptions": {
"ImportDeclaration": true "ImportDeclaration": true