aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
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,