1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

fix: config

This commit is contained in:
Torsten Dittmann 2024-03-06 18:19:36 +01:00
parent 8f187986d2
commit 3ac8805b7d

View file

@ -4,5 +4,14 @@
"./app/sdks",
"./tests/resources/functions",
"./app/console"
]
],
"rules": {
"array_indentation": true,
"single_import_per_statement": true,
"use_arrow_functions": true,
"simplified_null_return": true,
"ordered_imports": {
"sort_algorithm": "alpha"
}
}
}