Skip to content

Commit a584e81

Browse files
Merge pull request topcoder-platform#31 from topcoder-platform/develop
V4 Changes
2 parents 1116be7 + 626aa51 commit a584e81

File tree

10 files changed

+9674
-11663
lines changed

10 files changed

+9674
-11663
lines changed

.DS_Store

6 KB
Binary file not shown.

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ workflows:
4343
branches:
4444
ignore: /.*/
4545
tags:
46-
only: /v[0-9]+(\.[0-9]+)*/
46+
only: /v[0-9]+(\.[0-9]+)*(-[0-9]+)?/
4747
requires:
4848
- test

.eslintrc

+38-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
11
{
2-
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json"
3-
}
2+
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
3+
"rules": {
4+
"jsx-a11y/label-has-for": [
5+
2,
6+
{
7+
"components": [
8+
"Label"
9+
],
10+
"required": {
11+
"some": [
12+
"nesting",
13+
"id"
14+
]
15+
},
16+
"allowChildren": false
17+
}
18+
],
19+
"jsx-a11y/label-has-associated-control": [
20+
2,
21+
{
22+
"labelComponents": [
23+
"CustomLabel"
24+
],
25+
"labelAttributes": [
26+
"inputLabel"
27+
],
28+
"controlComponents": [
29+
"CustomInput"
30+
],
31+
"depth": 3
32+
}
33+
],
34+
"no-unused-vars": 0,
35+
"no-undef": 0,
36+
"react/jsx-no-undef": 0,
37+
"react/require-default-props": 0
38+
}
39+
}

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
8.11.2

__tests__/__snapshots__/index.js.snap

-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ Object {
253253
"getService": [Function],
254254
"normalizeChallenge": [Function],
255255
"normalizeChallengeDetails": [Function],
256-
"normalizeMarathonMatch": [Function],
257256
},
258257
"communities": Object {
259258
"default": undefined,

0 commit comments

Comments
 (0)