X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2F.angular-cli.json;h=e257100c09ef595dfc77ae8ced67a830cb86db9c;hb=866c50d4a927396288c37d8f59b3b8913ac49eac;hp=ade79a25486f88d97ed0ec4ce746a3e6b1599283;hpb=a85f3ef5017e7e1406476194cd5f3e848a3718f9;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json index ade79a2..e257100 100644 --- a/webapp/.angular-cli.json +++ b/webapp/.angular-cli.json @@ -27,6 +27,7 @@ "../node_modules/font-awesome-animation/dist/font-awesome-animation.min.css", "../node_modules/nebular-icons/scss/nebular-icons.scss", "../node_modules/pace-js/templates/pace-theme-flash.tmpl.css", + "../node_modules/xterm/dist/xterm.css", "./app/@theme/styles/styles.scss" ], "scripts": [ @@ -46,14 +47,16 @@ }, "lint": [ { - "files": "src/**/*.ts", - "project": "src/tsconfig.app.json" + "project": "src/tsconfig.app.json", + "exclude": "**/node_modules/**" }, { - "project": "src/tsconfig.spec.json" + "project": "src/tsconfig.spec.json", + "exclude": "**/node_modules/**" }, { - "project": "e2e/tsconfig.e2e.json" + "project": "e2e/tsconfig.e2e.json", + "exclude": "**/node_modules/**" } ], "test": {