Skip to content

Commit 89f4a1c

Browse files
Typing improving (#18)
* e2e tests added * dotenv configured for ava * imaage uploading e2e * e2e tests updates * eslint improvements * mistakes fixed * e2e updates * v1.2.1
1 parent 3cda4b0 commit 89f4a1c

36 files changed

+4773
-7901
lines changed

.eslintrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@
2525
"no-underscore-dangle": "off",
2626
"lines-between-class-members": "off",
2727
"linebreak-style": ["error", "unix"],
28+
"sort-imports": [
29+
"error",
30+
{
31+
"ignoreCase": true,
32+
"ignoreDeclarationSort": false,
33+
"ignoreMemberSort": false,
34+
"memberSyntaxSortOrder": [
35+
"all",
36+
"single",
37+
"multiple",
38+
"none"
39+
],
40+
"allowSeparatedGroups": false
41+
}
42+
],
2843
"padding-line-between-statements": [
2944
"error",
3045
{

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### 1.2.1
2+
3+
- Card attachments fixed (now possible attach images and large files)
4+
- Typings improved

0 commit comments

Comments
 (0)