Skip to content

Commit

Permalink
chore(common): switching ignore-static on for no-unbound-method tslin…
Browse files Browse the repository at this point in the history
…t rule (#320)
  • Loading branch information
Margar1ta authored and pimenovoleg committed Oct 25, 2019
1 parent 0d94b51 commit 0b5dc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
// need only for this project
"no-non-null-assertion": false,
"strict-type-predicates": false,
"no-unbound-method": [true, { "whitelist": ["expect"], "allow-typeof": true }]
"no-unbound-method": [true, {"ignore-static": true, "whitelist": ["expect"], "allow-typeof": true }]
}
}

0 comments on commit 0b5dc4d

Please sign in to comment.