Skip to content

Commit

Permalink
chore: upgrade tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Dec 18, 2016
1 parent 48a82d4 commit a022f66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"redux": "^3.6.0",
"rimraf": "^2.5.4",
"tape": "^4.6.2",
"tslint": "^4.0.2",
"tslint": "^4.1.0",
"typescript": "^2.0.3"
}
}
3 changes: 0 additions & 3 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@
80
],
"no-duplicate-variable": true,
"no-duplicate-key": true,
"no-empty": false,
"no-eval": true,
"no-internal-module": true,
"no-trailing-whitespace": false,
"no-unreachable": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-use-before-declare": true,
"no-var-keyword": true,
"one-line": [
Expand Down

0 comments on commit a022f66

Please sign in to comment.