aboutsummaryrefslogtreecommitdiff
path: root/frontend/.eslintrc.js
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-08-11 08:50:55 +0000
committerEmiliano Ciavatta2020-08-11 08:56:52 +0000
commitfe511f33c451a4c1c85950d0619b927747757d4e (patch)
tree675909b5e6d92bc62ee535eac1867513fcd276ee /frontend/.eslintrc.js
parent9dae0115592424929ffe4045069740365bc91d52 (diff)
Fix codacy errors and warnings
Diffstat (limited to 'frontend/.eslintrc.js')
-rw-r--r--frontend/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js
index 97fb33f..16ff228 100644
--- a/frontend/.eslintrc.js
+++ b/frontend/.eslintrc.js
@@ -1,4 +1,4 @@
-var OFF = 0, WARN = 1, ERROR = 2;
+const OFF = 0, WARN = 1, ERROR = 2;
module.exports = exports = {
"env": {