]> git.lizzy.rs Git - rust.git/commit
Merge #2527
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 11 Dec 2019 16:14:41 +0000 (16:14 +0000)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 16:14:41 +0000 (16:14 +0000)
commit797a6c3041f2d06d68267232e312302bb59932a3
tree8ecd119d1595aa61c9b3076e285eb71371930e10
parent143484922284b2b3177393706ba27c76a3113292
parentf0f259bda32a3cf04f45cea946b5d12368454342
Merge #2527

2527: Enable tsc builtin lint options  for vscode/extension r=matklad a=saneyuki

* These options are not enabled by `--strict` option and these options make a code more solid.
    * https://www.typescriptlang.org/docs/handbook/compiler-options.html
* For `noUnusedParameters` , we need to tweak tslint option to allow `_bar` style.

Co-authored-by: Tetsuharu OHZEKI <tetsuharu.ohzeki@gmail.com>