commit | 76b31deda5640c06c1798b5e6cb7f24a26c7551b | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchampfaris@users.noreply.github.com> | Tue Sep 11 17:38:31 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 11 17:38:31 2018 +0530 |
tree | a9e8ea72e1d427dc67780623e56f77f365cfb6ff | |
parent | ede924c4a2b8626380c150ca6db062d55bddf501 [diff] [blame] |
Isomorphic marketplace (#15384) * feat: Make marketplace run on hub server in Guest mode * fix: Skip page actions on server * fix: Limit PageContainer to marketplace route * fix(eslint): Add hub variable to globals
diff --git a/.eslintrc b/.eslintrc index c9a1b03..20cf293 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -51,8 +51,7 @@ "globals": { "frappe": true, "erpnext": true, - "schools": true, - "education": true, + "hub": true, "$": true, "jQuery": true,