mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
b87a066832
- Disallow mixing different types of some operators (e.g. && ||). - Disallow useless constructors. - Require a newline between class members. - Require spacing around arrow functions. - Require using the compound assignment when possible (e.g. +=). - Check for possible errors in assignments involving "await". Change-Id: Ib48167aea61a62b33f0b76bb869abe18398ee5b7