Skip to content

Commit a97caad

Browse files
committed
Upgrade tslint
1 parent 9769232 commit a97caad

File tree

3 files changed

+36
-38
lines changed

3 files changed

+36
-38
lines changed

package-lock.json

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"chai": "^4.1.2",
3636
"glob": "^7.1.2",
3737
"mocha": "^5.2.0",
38-
"tslint": "^5.10.0",
39-
"typescript": "^3.3.3333"
38+
"tslint": "^5.13.0",
39+
"typescript": "^3.3.3"
4040
},
4141
"scripts": {
4242
"compile": "./node_modules/.bin/tsc -p .",

tslint.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
"no-empty": false,
3030
"object-literal-sort-keys": false,
3131
"no-unused-expression": true,
32-
"no-unused-variable": [
33-
true
34-
],
3532
"arrow-parens": [
3633
true,
3734
"ban-single-arg-parens"

0 commit comments

Comments
 (0)