aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index fd4ff7516..585cb3e75 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -73,6 +73,7 @@ module.exports = {
73 // TODO - [TS DEBT] should remove below config once application converted to TS 73 // TODO - [TS DEBT] should remove below config once application converted to TS
74 'react/default-props-match-prop-types': 0, 74 'react/default-props-match-prop-types': 0,
75 'react/require-default-props': 0, 75 'react/require-default-props': 0,
76 '@typescript-eslint/no-useless-constructor': 0,
76 // eslint-plugin-react 77 // eslint-plugin-react
77 'react/destructuring-assignment': 0, 78 'react/destructuring-assignment': 0,
78 'react/button-has-type': 0, 79 'react/button-has-type': 0,