@ -106,8 +106,7 @@
|
||||
"VariableDeclarator": 1,
|
||||
"flatTernaryExpressions": true,
|
||||
"ignoreComments": false,
|
||||
"ignoredNodes": [],
|
||||
"offsetTernaryExpressions": 1,
|
||||
"offsetTernaryExpressions": true,
|
||||
"outerIIFEBody": 1
|
||||
}
|
||||
],
|
||||
@ -468,10 +467,7 @@
|
||||
"consistent": true,
|
||||
"minProperties": 1,
|
||||
"multiline": true
|
||||
},
|
||||
"consistent": true,
|
||||
"minProperties": 1,
|
||||
"multiline": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"object-curly-spacing": [
|
||||
|
@ -138,14 +138,6 @@
|
||||
"@typescript-eslint/no-unsafe-return": [
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/no-untyped-public-signature": [
|
||||
"warn",
|
||||
{
|
||||
"ignoredMethods": [
|
||||
"constructor"
|
||||
]
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user