Skip to content

Commit 1b4d6cf

Browse files
committed
version 0.6.9 and upgrade dependencies
1 parent 8d879ea commit 1b4d6cf

File tree

5 files changed

+907
-908
lines changed

5 files changed

+907
-908
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ rules:
2222
no-constant-condition: [error, { checkLoops: false }]
2323
# NOTE: the jest intended way of adding __mocks__ in the production code structure is not an option for me and this
2424
# is the best alternative I could find.
25+
comma-dangle: [error, { arrays: always-multiline, objects: always-multiline, functions: never }]
2526
jest/no-mocks-import: [off]

0 commit comments

Comments
 (0)