From f659cf53c39a09436ce8d7ab85751474e37cdadc Mon Sep 17 00:00:00 2001 From: Sergey Akopkokhyants Date: Sat, 3 Jun 2017 00:17:52 +0200 Subject: [PATCH] feat($compile): Retreiving files in a drop zone --- package.json | 4 ++-- tslint.json | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9d20396..e0e7f78 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "version": "0.0.0-semantically-released", "scripts": { "test": "karma start", - "test-watch": "tsc && karma start --no-single-run --auto-watch", + "test-watch": "tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch", "commit": "npm run prepublish && npm test && git-cz", - "prepublish": "ngc && npm run build", + "prepublish": "ngc --noUnusedParameters --noUnusedLocals && npm run build", "build": "webpack && cp style.css bundles/style.css", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, diff --git a/tslint.json b/tslint.json index 3c7ba6d..ebf598f 100644 --- a/tslint.json +++ b/tslint.json @@ -31,7 +31,6 @@ "no-shadowed-variable": true, "no-string-literal": false, "no-unused-expression": true, - "no-unused-variable": true, "object-literal-sort-keys": false, "one-line": [ true,