Prepare for new sdk

This commit is contained in:
2025-09-15 11:17:17 +02:00
parent 6b9d556e57
commit 6e93cfdf2c
19 changed files with 899 additions and 938 deletions

View File

@@ -75,7 +75,7 @@ const style = {
],
'@stylistic/eol-last': [
'error',
'always'
'never'
],
'@stylistic/function-call-spacing': [
'error',
@@ -83,7 +83,9 @@ const style = {
],
'@stylistic/function-paren-newline': [
'error',
'multiline'
{
'minItems': 3
}
],
'@stylistic/function-call-argument-newline': [
'error',