mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
ee93fac776
2583: Use prettier settings in ts-lint r=matklad a=edwin0cheng This PR add `tslint-plugin-prettier` extension in ts-lint, which "runs prettier rules as tslint rules." and remove `quotemark` from ts-lint and let prettier to handle it. And also fix #2515 Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>