Skip to content

Commit 7bbae65

Browse files
committed
eslint fixes
1 parent 3fafd33 commit 7bbae65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/sdk/frontend/public/javascripts/countly.views.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
},
7878
features: {
7979
label: "SDK features",
80-
list: ["crt", "vt","st","cet","ecz","cr","log"]
80+
list: ["crt", "vt", "st", "cet", "ecz", "cr", "log"]
8181
},
8282
settings: {
8383
label: "SDK settings",
84-
list: ["sui","eqs","rqs","ebs","czi","dort"]
84+
list: ["sui", "eqs", "rqs", "ebs", "czi", "dort"]
8585
},
8686
limits: {
8787
label: "SDK Limits",
88-
list: ["lkl","lvs","lsv","lbc"]
88+
list: ["lkl", "lvs", "lsv", "lbc"]
8989
},
9090
},
9191
configs: {

0 commit comments

Comments
 (0)