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 db66bbc4a..ef8af48c8 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -47,6 +47,9 @@ module.exports = {
47 parser: '@typescript-eslint/parser', 47 parser: '@typescript-eslint/parser',
48 plugins: [], 48 plugins: [],
49 rules: { 49 rules: {
50 // eslint
51 'no-use-before-define': 2,
52
50 // @typescript-eslint 53 // @typescript-eslint
51 // This is necessary as workaround for window.ferdium vs window['ferdium'] 54 // This is necessary as workaround for window.ferdium vs window['ferdium']
52 '@typescript-eslint/dot-notation': 0, 55 '@typescript-eslint/dot-notation': 0,