aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
commit99ca310c73024b51fed1f3077375eed7827f2c20 (patch)
tree2bd15986f448129a2291acba90ccc6bf68a233e0 /.eslintrc.js
parentDisable in-app auto-updates for portable windows installation (fixes #1088) (... (diff)
downloadferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.gz
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.zst
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.zip
Fix issues reported by sonarqube linter
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 54ae4c8ad..e89b5a618 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -69,7 +69,7 @@ module.exports = {
69 'import/no-unresolved': 0, 69 'import/no-unresolved': 0,
70 'import/prefer-default-export': 0, 70 'import/prefer-default-export': 0,
71 // eslint-plugin-react 71 // eslint-plugin-react
72 // TODO - [TS DEBT] should remove below config once application converted to TS 72 // TODO: [TS DEBT] should remove below config once application converted to TS
73 'react/default-props-match-prop-types': 0, 73 'react/default-props-match-prop-types': 0,
74 'react/require-default-props': 0, 74 'react/require-default-props': 0,
75 '@typescript-eslint/no-useless-constructor': 0, 75 '@typescript-eslint/no-useless-constructor': 0,