aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /.eslintrc.js
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index f7ca7b620..779a3d3fc 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -56,7 +56,7 @@ module.exports = {
56 // @typescript-eslint 56 // @typescript-eslint
57 // TODO: Turn this rule on again after gulp -> webpack migration 57 // TODO: Turn this rule on again after gulp -> webpack migration
58 // gulp-typescript doesn't consider custom index.d.ts in @types 58 // gulp-typescript doesn't consider custom index.d.ts in @types
59 // This is necessary as workaround for window.ferdi vs window['ferdi'] 59 // This is necessary as workaround for window.ferdium vs window['ferdium']
60 '@typescript-eslint/dot-notation': 0, 60 '@typescript-eslint/dot-notation': 0,
61 '@typescript-eslint/indent': 0, 61 '@typescript-eslint/indent': 0,
62 '@typescript-eslint/no-shadow': 0, 62 '@typescript-eslint/no-shadow': 0,
@@ -132,7 +132,7 @@ module.exports = {
132 'implicit-arrow-linebreak': 0, 132 'implicit-arrow-linebreak': 0,
133 indent: 0, 133 indent: 0,
134 // TODO: Turn this rule on once the js to ts conversions are over 134 // TODO: Turn this rule on once the js to ts conversions are over
135 // This is necessary as workaround for window.ferdi vs window['ferdi'] 135 // This is necessary as workaround for window.ferdium vs window['ferdium']
136 'dot-notation': 0, 136 'dot-notation': 0,
137 'function-paren-newline': 0, 137 'function-paren-newline': 0,
138 'linebreak-style': 0, 138 'linebreak-style': 0,