aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-23 20:39:18 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-23 17:09:18 +0200
commit4d26ffd4805c234e4b0592ae5aa9254e8c3206fd (patch)
tree6e1e9dd01f53677c40482e45cea3646e952750a9 /.eslintrc
parentAdded new message when the user doesn't find a service (but that is present i... (diff)
downloadferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.gz
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.tar.zst
ferdium-app-4d26ffd4805c234e4b0592ae5aa9254e8c3206fd.zip
Upgraded eslint and fixed all the reported errors. (#1549)
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index c2d1b557c..fb3d7e15e 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -24,6 +24,7 @@
24 "class-methods-use-this": 0, 24 "class-methods-use-this": 0,
25 "no-console": 0, 25 "no-console": 0,
26 "react/jsx-no-bind": 0, 26 "react/jsx-no-bind": 0,
27 "react/sort-comp": 0,
27 "jsx-a11y/no-static-element-interactions": 0, 28 "jsx-a11y/no-static-element-interactions": 0,
28 "react/jsx-no-target-blank": 0, 29 "react/jsx-no-target-blank": 0,
29 "no-restricted-syntax": [0, "ForInStatement"], 30 "no-restricted-syntax": [0, "ForInStatement"],