diff --git a/.eslintrc b/.eslintrc
index 0636c3dfd6..02ace66fc8 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -3,9 +3,13 @@
"rules": {
"jsx-a11y/anchor-is-valid": false,
"import/no-cycle": [2, { "maxDepth": 1 }],
- "react/forbid-prop-types": false
+ "react/forbid-prop-types": false,
+ "react/no-unknown-property": false,
+ "react/jsx-no-bind": false,
+ "react/destructuring-assignment": false,
+ "react/no-array-index-key": false
},
"env": {
"browser": true
- }
+ }
}
diff --git a/__tests__/shared/components/tc-communities/ArticleCard.jsx b/__tests__/shared/components/tc-communities/ArticleCard.jsx
index 1691c0b0ee..90777979fa 100644
--- a/__tests__/shared/components/tc-communities/ArticleCard.jsx
+++ b/__tests__/shared/components/tc-communities/ArticleCard.jsx
@@ -46,7 +46,7 @@ test('render properly', () => {
TU.renderIntoDocument((
There are advances being made in science and technology everyday
" imageSrc="/themes/wipro/home/news-01.jpg" link={{ title: 'Read More', @@ -67,7 +67,7 @@ test('render properly', () => { TU.renderIntoDocument((There are advances being made in science and technology everyday
" imageSrc="/themes/wipro/home/news-01.jpg" link={{ title: 'Read More', diff --git a/__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap b/__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap index f7d4ea604c..18a06c1a2e 100644 --- a/__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap +++ b/__tests__/shared/containers/__snapshots__/TopcoderHeader.jsx.snap @@ -1,7 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Matches shallow snapshot 1`] = ` -