format
This commit is contained in:
parent
d594a23fbb
commit
8bdcf4c8fc
@ -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,13 +198,14 @@
|
|||||||
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"no-multi-str": "warn",
|
"no-multi-str": "warn",
|
||||||
"no-multiple-empty-lines": "warn",
|
"no-multiple-empty-lines": "warn",
|
||||||
"no-native-reassign": "warn",
|
"no-native-reassign": "warn",
|
||||||
|
Loading…
Reference in New Issue
Block a user