Skip to content

Commit 401c783

Browse files
authored
Merge pull request #2373 from topcoder-platform/server_side_filtering
Server side filtering
2 parents 6a75204 + 7554922 commit 401c783

File tree

8 files changed

+5950
-5915
lines changed

8 files changed

+5950
-5915
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"extends": "./node_modules/topcoder-react-utils/config/eslint/default.json",
33
"rules": {
4-
"jsx-a11y/anchor-is-valid": false
4+
"jsx-a11y/anchor-is-valid": false,
5+
"import/no-cycle": [2, { "maxDepth": 1 }]
56
},
67
"env": {
78
"browser": true

0 commit comments

Comments
 (0)