Skip to content

Commit f659cf5

Browse files
Sergey AkopkokhyantsSergey Akopkokhyants
Sergey Akopkokhyants
authored and
Sergey Akopkokhyants
committed
feat($compile): Retreiving files in a drop zone
1 parent 564cc64 commit f659cf5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.0.0-semantically-released",
55
"scripts": {
66
"test": "karma start",
7-
"test-watch": "tsc && karma start --no-single-run --auto-watch",
7+
"test-watch": "tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch",
88
"commit": "npm run prepublish && npm test && git-cz",
9-
"prepublish": "ngc && npm run build",
9+
"prepublish": "ngc --noUnusedParameters --noUnusedLocals && npm run build",
1010
"build": "webpack && cp style.css bundles/style.css",
1111
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
1212
},

tslint.json

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"no-shadowed-variable": true,
3232
"no-string-literal": false,
3333
"no-unused-expression": true,
34-
"no-unused-variable": true,
3534
"object-literal-sort-keys": false,
3635
"one-line": [
3736
true,

0 commit comments

Comments
 (0)