Skip to content

Commit 626aa51

Browse files
Merge pull request topcoder-platform#30 from topcoder-platform/new-develop-mm
V4 changes
2 parents bb55cad + aae7bd1 commit 626aa51

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 38 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.11.1
1+
8.11.2

__tests__/__snapshots__/index.js.snap

Lines changed: 0 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy