summaryrefslogtreecommitdiff
path: root/openstack_dashboard/static
diff options
context:
space:
mode:
authorTatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com>2020-12-16 11:31:23 -0600
committerTatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com>2020-12-16 12:20:10 -0600
commit807a33e1c84a525409e72c1b4819bdc39692d0ee (patch)
tree630657ab186f21edd5b36b6f76efa09d8be58189 /openstack_dashboard/static
parent6f0200032d5fb26784c0ce1428ae0cad84ef058f (diff)
downloadhorizon-807a33e1c84a525409e72c1b4819bdc39692d0ee.tar.gz
Update ESLint devDependencies in package.json
This patch updates outdated JavaScript dev dependencies. The latest ESLint version adds rules changes. Some rules are disabled to prevent checks failures, some minor issues are fixed. Change-Id: I01c5ccb5c8f7ceb827a3978157b4d76805d259c1
Diffstat (limited to 'openstack_dashboard/static')
-rw-r--r--openstack_dashboard/static/js/.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/static/js/.eslintrc b/openstack_dashboard/static/js/.eslintrc
index 2e608255c..f655e6701 100644
--- a/openstack_dashboard/static/js/.eslintrc
+++ b/openstack_dashboard/static/js/.eslintrc
@@ -12,6 +12,7 @@ rules:
one-var: 0
space-infix-ops: 0
space-after-keywords: 0
+ keyword-spacing: 0
no-console: 0
no-multiple-empty-lines: 0
no-sync: 0