mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04:00
- adds warning on mixing `/` and `*` arithmetic operators - removes warnings on mixing `**` and arithmetic operators - removes warning on mixing `in` and `instanceof` - removes warning on mixing `~` with other bitwise operators - removes mixing of assignment operators with comparison operators