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,
"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", {
"warn",
{
"ignoreEOLComments": true,
"exceptions": {
"ImportDeclaration": true
}
}
],
}
}
],
"no-multi-str": "warn",
"no-multiple-empty-lines": "warn",
"no-native-reassign": "warn",