Skip to content

Commit 59aa669

Browse files
committedNov 9, 2023
Merge remote-tracking branch 'origin/main' into epic/avatar
2 parents 2e561f4 + 4e260bd commit 59aa669

File tree

502 files changed

+22931
-27743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

502 files changed

+22931
-27743
lines changed
 

‎.codeclimate.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ checks:
1212
threshold: 350
1313
method-complexity:
1414
config:
15-
threshold: 6
15+
threshold: 10
1616
method-count:
1717
config:
1818
threshold: 40
@@ -40,7 +40,6 @@ exclude_patterns:
4040
- "**/spec/"
4141
- "**/test/"
4242
- "**/tests/"
43-
- "**/draft/"
4443
- "**/vendor/"
4544
- "**/*.d.ts"
4645
- "**/*.test.ts"

‎.eslintignore

-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ node_modules
88
# Generated surces
99
/modules
1010
/polyfills
11-
12-
# TODO: Temporary before esl-carousel release and repository restructuring
13-
/src/modules/draft

0 commit comments

Comments
 (0)
Please sign in to comment.