Skip to content

Commit

Permalink
Disable no-invalid-this in tslint:latest (palantir#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchen63 authored Jan 6, 2017
1 parent 69ce681 commit f84de4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// tslint:disable object-literal-sort-keys
export const rules = {
// added in v3.x
"no-invalid-this": true,
"no-invalid-this": false,
"no-angle-bracket-type-assertion": true,

// added in v4.1
Expand Down

0 comments on commit f84de4a

Please sign in to comment.