Fix Member Enrollment Handle Import with custom format

This commit is contained in:
2022-08-24 08:50:10 +07:00
parent 4442b6dec3
commit 9bcda3d207
5 changed files with 310 additions and 127 deletions

View File

@@ -17,7 +17,8 @@
"settings": {
"import/resolver": {
"typescript": {
"alwaysTryTypes": true
"alwaysTryTypes": true,
"exceptAfterSingleLine": true
}
}
},