aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-27 07:25:26 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-27 07:25:26 +0530
commit477bdd76a7405ff10a5cfabdec00ee9ae02f2698 (patch)
treebfa8cfb70e6852b9f535ccfd9b05712269a70dc1 /.eslintrc.js
parentBumped up ferdi beta version to '5.6.3-beta.2' (diff)
parent5.6.3-nightly.44 [skip ci] (diff)
downloadferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.tar.gz
ferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.tar.zst
ferdium-app-477bdd76a7405ff10a5cfabdec00ee9ae02f2698.zip
Merge branch 'nightly' into release
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index dd50364d0..af9eaef9d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -127,6 +127,9 @@ module.exports = {
127 'consistent-return': 1, 127 'consistent-return': 1,
128 'implicit-arrow-linebreak': 0, 128 'implicit-arrow-linebreak': 0,
129 indent: 0, 129 indent: 0,
130 // TODO: Turn this rule on once the js to ts conversions are over
131 // This is necessary as workaround for window.ferdi vs window['ferdi']
132 'dot-notation': 0,
130 'function-paren-newline': 0, 133 'function-paren-newline': 0,
131 'linebreak-style': 0, 134 'linebreak-style': 0,
132 'max-len': 0, 135 'max-len': 0,