From 85db5b03a1fb5c2544559774b2f37f2ab108e1e4 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Thu, 17 Jan 2019 14:10:08 +0530 Subject: Seed code for loopback server Added seed project structure for loopback server. This will act as intermediate layer between UI and backend. The angular UI app will be serverd through this server. Issue-ID: CCSDK-943 Change-Id: I03259782927eda0d7e5bff989f61a36f09a3afd8 Signed-off-by: Arundathi Patil --- cds-ui/server/tslint.build.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cds-ui/server/tslint.build.json (limited to 'cds-ui/server/tslint.build.json') diff --git a/cds-ui/server/tslint.build.json b/cds-ui/server/tslint.build.json new file mode 100644 index 000000000..121b8adb2 --- /dev/null +++ b/cds-ui/server/tslint.build.json @@ -0,0 +1,4 @@ +{ + "$schema": "http://json.schemastore.org/tslint", + "extends": ["@loopback/tslint-config/tslint.build.json"] +} -- cgit 1.2.3-korg